Skip to content

Commit b5520ba

Browse files
Updating Catch2 to v3.8.0
1 parent 29b5019 commit b5520ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/std_span/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ target_compile_features ( std_span_test PRIVATE cxx_std_20 )
1515
# add dependencies
1616
include ( ../../cmake/download_cpm.cmake )
1717

18-
CPMAddPackage ( "gh:catchorg/Catch2@3.7.0" )
18+
CPMAddPackage ( "gh:catchorg/Catch2@3.8.0" )
1919

2020
# link dependencies
2121
target_link_libraries ( std_span_test PRIVATE Catch2::Catch2WithMain )

examples/unit_test_with_catch2/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ target_compile_features ( unit_test_with_catch2_test PRIVATE cxx_std_20 )
1515
# add dependencies
1616
include ( ../../cmake/download_cpm.cmake )
1717

18-
CPMAddPackage ( "gh:catchorg/Catch2@3.7.0" )
18+
CPMAddPackage ( "gh:catchorg/Catch2@3.8.0" )
1919

2020
# link dependencies
2121
target_link_libraries ( unit_test_with_catch2_test PRIVATE Catch2::Catch2WithMain )

0 commit comments

Comments
 (0)