We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd57161 + fe1bf60 commit 89b44fcCopy full SHA for 89b44fc
CMakeLists.txt
@@ -68,6 +68,7 @@ include(cmake/Format.cmake)
68
# Add a library
69
add_library(spiner INTERFACE)
70
add_library(spiner::spiner ALIAS spiner)
71
+target_compile_features(spiner INTERFACE cxx_std_17)
72
73
# ##############################################################################
74
# Dependencies #
0 commit comments