Skip to content

Commit

Permalink
Updating Catch2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffg-softwarelibre committed Aug 23, 2024
1 parent 405056f commit 9dfecfd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/intro_generic_programming/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/std_span/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down
2 changes: 1 addition & 1 deletion examples/unit_test_with_catch2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down

0 comments on commit 9dfecfd

Please sign in to comment.