10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee3b623 commit b59b4c2Copy full SHA for b59b4c2
test/CMakeLists.txt
@@ -11,8 +11,8 @@ project ( binary_serialize_test LANGUAGES CXX )
11
# add dependencies
12
include ( ../cmake/download_cpm.cmake )
13
14
-CPMAddPackage ( "gh:catchorg/Catch2@3.6.0" )
15
-CPMAddPackage ( "gh:connectivecpp/utility-rack@1.0.0" )
+CPMAddPackage ( "gh:catchorg/Catch2@3.7.0" )
+CPMAddPackage ( "gh:connectivecpp/utility-rack@1.0.3" )
16
17
set ( test_app_names byteswap_test
18
extract_append_test
0 commit comments