Skip to content

Commit

Permalink
set C++ standard
Browse files Browse the repository at this point in the history
  • Loading branch information
pfetsch committed Jan 5, 2024
1 parent 35e6543 commit b1a182e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ if(SYM STREQUAL "bliss")
message(STATUS "Finding BLISS - not found")
set(sym symmetry/compute_symmetry_none.cpp)
endif()

# compute_symmetry_bliss.cpp needsC++-17
set(CMAKE_CXX_STANDARD 17)
elseif(SYM STREQUAL "none")
message(STATUS "Support SYM: OFF")
set(sym symmetry/compute_symmetry_none.cpp)
Expand Down

0 comments on commit b1a182e

Please sign in to comment.