Skip to content

Commit

Permalink
Require C++20
Browse files Browse the repository at this point in the history
  • Loading branch information
gvnnz committed Oct 29, 2023
1 parent 3c04359 commit 7d0080d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ project(geompp LANGUAGES CXX)

add_executable(tests tests/range.cpp)
target_include_directories(tests PRIVATE ${CMAKE_SOURCE_DIR})
target_compile_features(tests PRIVATE cxx_std_20)

include(cmake/CPM.cmake)

Expand Down

0 comments on commit 7d0080d

Please sign in to comment.