Skip to content

Commit 4c4bee9

Browse files
committed
fix issue in doc
1 parent 6396287 commit 4c4bee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multi_physics/QED/QED_table_generator/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set_target_properties(${name} PROPERTIES
1818
configure_file(table_inspector.ipynb
1919
${CMAKE_BINARY_DIR}/tools/table_inspector.ipynb COPYONLY)
2020

21-
# Require 17 or newer
21+
# Require C++17 or newer
2222
target_compile_features(${name} PUBLIC cxx_std_17)
2323
set_target_properties(${name} PROPERTIES CXX_EXTENSIONS OFF)
2424

0 commit comments

Comments
 (0)