We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f54a7c3 + 6fc9499 commit f61d86cCopy full SHA for f61d86c
src/CMakeLists.txt
@@ -18,4 +18,5 @@ target_include_directories(maxplus PUBLIC
18
${MAXPLUSLIB_INCLUDE_DIR}/maxplus
19
)
20
21
-
+target_compile_features(maxplus PUBLIC cxx_std_17)
22
+set_target_properties(maxplus PROPERTIES CXX_EXTENSIONS OFF)
0 commit comments