Skip to content

Commit

Permalink
build: Add missing compile feature
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisklein committed Jul 7, 2021
1 parent 8bf9e1d commit 42606f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fairmq/sdk/commands/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 42606f9

Please sign in to comment.