Skip to content

Commit eb5b00a

Browse files
authored
chore: bump Catch2 to version 3.6.0 (#174)
1 parent 387e2ad commit eb5b00a

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
@@ -52,7 +52,7 @@ target_sources(
5252

5353
if(NOT SUBPROJECT AND BUILD_TESTING)
5454
# Import Catch2 as the main testing framework
55-
cpmaddpackage(gh:catchorg/Catch2@3.5.4)
55+
cpmaddpackage(gh:catchorg/Catch2@3.6.0)
5656
include(${Catch2_SOURCE_DIR}/extras/Catch.cmake)
5757

5858
# Append the main library properties instead of linking the library.

0 commit comments

Comments
 (0)