mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
build: Add missing compile feature
This commit is contained in:
@@ -37,6 +37,7 @@ target_link_libraries(${target}
|
||||
PRIVATE
|
||||
${_flatbuffers}
|
||||
)
|
||||
target_compile_features(${target} PUBLIC cxx_std_17)
|
||||
set_target_properties(${target} PROPERTIES
|
||||
VERSION ${PROJECT_VERSION}
|
||||
SOVERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}"
|
||||
|
Reference in New Issue
Block a user