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 ee6d879 commit 4276c79Copy full SHA for 4276c79
README.md
@@ -37,7 +37,7 @@ include(cmake/CPM.cmake)
37
38
CPMAddPackage("gh:fmtlib/fmt#7.1.3")
39
CPMAddPackage("gh:nlohmann/json@3.10.5")
40
-CPMAddPackage("gh:catchorg/Catch2@3.2.1")
+CPMAddPackage("gh:catchorg/Catch2@3.4.0")
41
42
# link dependencies
43
target_link_libraries(main fmt::fmt nlohmann_json::nlohmann_json Catch2::Catch2WithMain)
examples/catch2/CMakeLists.txt
@@ -7,7 +7,7 @@ project(CPMExampleCatch2)
7
include(../../cmake/CPM.cmake)
8
9
CPMAddPackage("gh:cpm-cmake/testpack-fibonacci@2.0")
10
11
12
# ---- Create binary ----
13
0 commit comments