Skip to content
Snippets Groups Projects
Commit a15902f0 authored by Sebastien Ponce's avatar Sebastien Ponce
Browse files

Reintroduced the castor version in the binaries. This was lost with the move to cmake

parent f313718e
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,7 @@ ELSE(DEFINED PackageOnly)
set (CMAKE_SHARED_LINKER_FLAGS
"${CMAKE_SHARED_LINKER_FLAGS} -undefined dynamic_lookup")
else (APPLE)
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -pthread")
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -pthread -Wl,--defsym,CastorVersion_v${CASTOR_VERSION}.${CASTOR_RELEASE}=0")
endif (APPLE)
#set (CMAKE_CXX_FLAGS "${CMAKE_C_FLAGS}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment