File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed 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 ( shared_buffer_example LANGUAGES CXX )
1111# add dependencies
1212include ( ../cmake/download_cpm.cmake )
1313
14- CPMAddPackage ( "gh:connectivecpp/utility-rack@1.0.5 " )
15- CPMAddPackage ( "gh:connectivecpp/binary-serialize@1.0.4 " )
14+ CPMAddPackage ( "gh:connectivecpp/utility-rack@1.0.6 " )
15+ CPMAddPackage ( "gh:connectivecpp/binary-serialize@1.0.6 " )
1616
1717# add executable
1818add_executable ( shared_buffer_example shared_buffer_example.cpp )
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ target_compile_features ( shared_buffer_test PRIVATE cxx_std_20 )
1515# add dependencies
1616include ( ../cmake/download_cpm.cmake )
1717
18- CPMAddPackage ( "gh:catchorg/Catch2@3.8 .0" )
19- CPMAddPackage ( "gh:connectivecpp/utility-rack@1.0.5 " )
18+ CPMAddPackage ( "gh:catchorg/Catch2@3.11 .0" )
19+ CPMAddPackage ( "gh:connectivecpp/utility-rack@1.0.6 " )
2020
2121# link dependencies
2222target_link_libraries ( shared_buffer_test PRIVATE shared_buffer utility_rack Catch2::Catch2WithMain )
You can’t perform that action at this time.
0 commit comments