diff --git a/examples/intro_generic_programming/CMakeLists.txt b/examples/intro_generic_programming/CMakeLists.txt index 9f7a77a..3fcd1a0 100644 --- a/examples/intro_generic_programming/CMakeLists.txt +++ b/examples/intro_generic_programming/CMakeLists.txt @@ -15,7 +15,7 @@ target_compile_features ( intro_generic_programming_test PRIVATE cxx_std_20 ) # add dependencies include ( ../../cmake/download_cpm.cmake ) -CPMAddPackage ( "gh:catchorg/Catch2@3.5.4" ) +CPMAddPackage ( "gh:catchorg/Catch2@3.7.0" ) CPMAddPackage ( "gh:TimQuelch/decimal#1.0.0" ) # link dependencies diff --git a/examples/std_span/CMakeLists.txt b/examples/std_span/CMakeLists.txt index b4993f4..e952033 100644 --- a/examples/std_span/CMakeLists.txt +++ b/examples/std_span/CMakeLists.txt @@ -15,7 +15,7 @@ target_compile_features ( std_span_test PRIVATE cxx_std_20 ) # add dependencies include ( ../../cmake/download_cpm.cmake ) -CPMAddPackage ( "gh:catchorg/Catch2@3.5.4" ) +CPMAddPackage ( "gh:catchorg/Catch2@3.7.0" ) # link dependencies target_link_libraries ( std_span_test PRIVATE Catch2::Catch2WithMain ) diff --git a/examples/unit_test_with_catch2/CMakeLists.txt b/examples/unit_test_with_catch2/CMakeLists.txt index b4df48b..9a86d80 100644 --- a/examples/unit_test_with_catch2/CMakeLists.txt +++ b/examples/unit_test_with_catch2/CMakeLists.txt @@ -15,7 +15,7 @@ target_compile_features ( unit_test_with_catch2_test PRIVATE cxx_std_20 ) # add dependencies include ( ../../cmake/download_cpm.cmake ) -CPMAddPackage ( "gh:catchorg/Catch2@3.5.4" ) +CPMAddPackage ( "gh:catchorg/Catch2@3.7.0" ) # link dependencies target_link_libraries ( unit_test_with_catch2_test PRIVATE Catch2::Catch2WithMain )