mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
CMake: Do not use git version in install tree
This commit is contained in:
committed by
Dennis Klein
parent
73af0ed78b
commit
f73a6d71ed
@@ -62,7 +62,7 @@ target_link_libraries(${target}
|
||||
DDS::dds_topology_lib
|
||||
)
|
||||
set_target_properties(${target} PROPERTIES
|
||||
VERSION ${PROJECT_GIT_VERSION}
|
||||
VERSION ${PROJECT_VERSION}
|
||||
SOVERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}"
|
||||
OUTPUT_NAME FairMQ_${target}
|
||||
)
|
||||
|
Reference in New Issue
Block a user