Skip to content

Commit d3aa943

Browse files
authored
chore: bump Catch2 to v3.5.0 (#62)
1 parent c30eb37 commit d3aa943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if(CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
2323
enable_testing()
2424

2525
# Import Catch2 as the main testing framework
26-
cpmaddpackage("gh:catchorg/Catch2@3.4.0")
26+
cpmaddpackage("gh:catchorg/Catch2@3.5.0")
2727
include("${Catch2_SOURCE_DIR}/extras/Catch.cmake")
2828

2929
# Build tests for the main library

0 commit comments

Comments
 (0)