We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a879359 commit dd49135Copy full SHA for dd49135
tests/CMakeLists.txt
@@ -32,6 +32,8 @@ endfunction()
32
33
include(FetchContent)
34
35
+set(CMAKE_CXX_STANDARD 17) # enable C++17 in Catch2...
36
+
37
FetchContent_Declare(catch2
38
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
39
GIT_TAG v3.2.0)
0 commit comments