File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ target_compile_features ( std_span_test PRIVATE cxx_std_20 )
15
15
# add dependencies
16
16
include ( ../../cmake/download_cpm.cmake )
17
17
18
- CPMAddPackage ( "gh:catchorg/Catch2@3.7 .0" )
18
+ CPMAddPackage ( "gh:catchorg/Catch2@3.8 .0" )
19
19
20
20
# link dependencies
21
21
target_link_libraries ( std_span_test PRIVATE Catch2::Catch2WithMain )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ target_compile_features ( unit_test_with_catch2_test PRIVATE cxx_std_20 )
15
15
# add dependencies
16
16
include ( ../../cmake/download_cpm.cmake )
17
17
18
- CPMAddPackage ( "gh:catchorg/Catch2@3.7 .0" )
18
+ CPMAddPackage ( "gh:catchorg/Catch2@3.8 .0" )
19
19
20
20
# link dependencies
21
21
target_link_libraries ( unit_test_with_catch2_test PRIVATE Catch2::Catch2WithMain )
You can’t perform that action at this time.
0 commit comments