File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
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.8 /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 @@ -9,7 +9,7 @@ cmake_minimum_required ( VERSION 3.14 FATAL_ERROR )
99project ( wait_queue_example LANGUAGES CXX )
1010
1111# add dependencies
12- CPMAddPackage ( "gh:connectivecpp/shared-buffer@1.0.4 " )
12+ CPMAddPackage ( "gh:connectivecpp/shared-buffer@1.0.5 " )
1313
1414# add executables
1515add_executable ( wait_queue_example wait_queue_example.cpp )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ target_compile_features ( wait_queue_test PRIVATE cxx_std_20 )
1515# add dependencies
1616include ( ../cmake/download_cpm.cmake )
1717
18- CPMAddPackage ( "gh:catchorg/Catch2@3.8 .0" )
18+ CPMAddPackage ( "gh:catchorg/Catch2@3.11 .0" )
1919CPMAddPackage ( "gh:martinmoene/ring-span-lite@0.7.0" )
2020# CPMAddPackage ( "gh:JustasMasiulis/circular_buffer@master" )
2121CPMAddPackage ( NAME circular_buffer
You can’t perform that action at this time.
0 commit comments