Skip to content

Commit 9fa95f6

Browse files
Updating Catch2 to v3.8.0
1 parent 48ac789 commit 9fa95f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/intro_generic_programming/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ target_compile_features ( intro_generic_programming_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
CPMAddPackage ( "gh:TimQuelch/decimal#1.0.0" )
2020

2121
# link dependencies

0 commit comments

Comments
 (0)