commit 7b8d17c00e45957bbd8b8a4d9fd5d97bba3058e0
parent e9eb74b39fc6afd6fba4acd43bfefebc5a30316a
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date: Tue, 14 Sep 2021 21:29:32 +0200
Use C++17 for clap-io
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/examples/plugins/io/CMakeLists.txt b/examples/plugins/io/CMakeLists.txt
@@ -3,5 +3,7 @@ add_library(clap-io STATIC
remote-channel.cc
buffer.hh
)
+
+set_target_properties(clap-io PROPERTIES CXX_STANDARD 17)
set_target_properties(clap-io PROPERTIES POSITION_INDEPENDENT_CODE TRUE)
target_include_directories(clap-io INTERFACE .)
\ No newline at end of file