Commit 66ad3b0c by IdaDeVries

Use c++20

parent e853cd1c
...@@ -255,6 +255,8 @@ if(CIFPP_RECREATE_SYMOP_DATA) ...@@ -255,6 +255,8 @@ if(CIFPP_RECREATE_SYMOP_DATA)
add_executable(symop-map-generator add_executable(symop-map-generator
"${CMAKE_CURRENT_SOURCE_DIR}/src/symop-map-generator.cpp") "${CMAKE_CURRENT_SOURCE_DIR}/src/symop-map-generator.cpp")
target_compile_features(symop-map-generator PUBLIC cxx_std_20)
add_custom_command( add_custom_command(
OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/src/symop_table_data.hpp OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/src/symop_table_data.hpp
COMMAND COMMAND
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment