File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ add_library ( chops::binary_serialize ALIAS binary_serialize )
2626# dependencies needed for main library
2727
2828include ( cmake/download_cpm.cmake )
29- CPMAddPackage ( "gh:connectivecpp/shared-buffer@1.0.4 " )
29+ CPMAddPackage ( "gh:connectivecpp/shared-buffer@1.0.5 " )
3030
3131# configure library target
3232
Original file line number Diff line number Diff line change 44
55file (
66 DOWNLOAD
7- https://github.com/cpm-cmake/CPM.cmake/releases/download/v0.40 .0/CPM.cmake
7+ https://github.com/cpm-cmake/CPM.cmake/releases/download/v0.42 .0/CPM.cmake
88 ${CMAKE_CURRENT_BINARY_DIR} /cmake/CPM.cmake
99)
1010include (${CMAKE_CURRENT_BINARY_DIR} /cmake/CPM.cmake)
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ project ( binary_serialize_test LANGUAGES CXX )
1111# add dependencies
1212include ( ../cmake/download_cpm.cmake )
1313
14- CPMAddPackage ( "gh:catchorg/Catch2@3.8 .0" )
15- CPMAddPackage ( "gh:connectivecpp/utility-rack@1.0.5 " )
14+ CPMAddPackage ( "gh:catchorg/Catch2@3.11 .0" )
15+ CPMAddPackage ( "gh:connectivecpp/utility-rack@1.0.6 " )
1616
1717set ( test_app_names byteswap_test
1818 extract_append_test
You can’t perform that action at this time.
0 commit comments