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 )
1515# add dependencies
1616include ( ../../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
2121target_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 )
1515# add dependencies
1616include ( ../../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
2121target_link_libraries ( unit_test_with_catch2_test PRIVATE Catch2::Catch2WithMain )
You can’t perform that action at this time.
0 commit comments