mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 16:46:47 +00:00
build: Add missing compile feature
This commit is contained in:
parent
8bf9e1d0a6
commit
42606f9f17
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user