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.
1 parent 6396287 commit 4c4bee9Copy full SHA for 4c4bee9
multi_physics/QED/QED_table_generator/CMakeLists.txt
@@ -18,7 +18,7 @@ set_target_properties(${name} PROPERTIES
18
configure_file(table_inspector.ipynb
19
${CMAKE_BINARY_DIR}/tools/table_inspector.ipynb COPYONLY)
20
21
-# Require 17 or newer
+# Require C++17 or newer
22
target_compile_features(${name} PUBLIC cxx_std_17)
23
set_target_properties(${name} PROPERTIES CXX_EXTENSIONS OFF)
24
0 commit comments