Skip to content

Commit

Permalink
Use c++20
Browse files Browse the repository at this point in the history
  • Loading branch information
IdaDeVries committed Jul 15, 2024
1 parent e853cd1 commit 66ad3b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,8 @@ if(CIFPP_RECREATE_SYMOP_DATA)
add_executable(symop-map-generator
"${CMAKE_CURRENT_SOURCE_DIR}/src/symop-map-generator.cpp")

target_compile_features(symop-map-generator PUBLIC cxx_std_20)

add_custom_command(
OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/src/symop_table_data.hpp
COMMAND
Expand Down

0 comments on commit 66ad3b0

Please sign in to comment.