Skip to content

Commit

Permalink
Require C++23 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Pencilcaseman committed Aug 13, 2023
1 parent 2f9f8c7 commit 6729a39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
include("warnings")

set(CMAKE_CXX_STANDARD 23)

function(make_test name)
add_executable(test-${name} test-${name}.cpp)
target_link_libraries(test-${name} PRIVATE librapid)
Expand Down

0 comments on commit 6729a39

Please sign in to comment.