From 42606f9f170e3c8707b80df8e55eef9ad15f6c29 Mon Sep 17 00:00:00 2001 From: Dennis Klein Date: Sun, 6 Jun 2021 09:32:04 +0200 Subject: [PATCH] build: Add missing compile feature --- fairmq/sdk/commands/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/fairmq/sdk/commands/CMakeLists.txt b/fairmq/sdk/commands/CMakeLists.txt index e22b5844..6766e083 100644 --- a/fairmq/sdk/commands/CMakeLists.txt +++ b/fairmq/sdk/commands/CMakeLists.txt @@ -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}"