Skip to content

Commit 4276c79

Browse files
authored
update catch2 to 3.4.0 (#517)
1 parent ee6d879 commit 4276c79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ include(cmake/CPM.cmake)
3737
3838
CPMAddPackage("gh:fmtlib/fmt#7.1.3")
3939
CPMAddPackage("gh:nlohmann/json@3.10.5")
40-
CPMAddPackage("gh:catchorg/Catch2@3.2.1")
40+
CPMAddPackage("gh:catchorg/Catch2@3.4.0")
4141
4242
# link dependencies
4343
target_link_libraries(main fmt::fmt nlohmann_json::nlohmann_json Catch2::Catch2WithMain)

examples/catch2/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ project(CPMExampleCatch2)
77
include(../../cmake/CPM.cmake)
88

99
CPMAddPackage("gh:cpm-cmake/testpack-fibonacci@2.0")
10-
CPMAddPackage("gh:catchorg/Catch2@3.2.1")
10+
CPMAddPackage("gh:catchorg/Catch2@3.4.0")
1111

1212
# ---- Create binary ----
1313

0 commit comments

Comments
 (0)