File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ set ( CMAKE_THREAD_PREFER_PTHREAD TRUE )
1010set ( THREADS_PREFER_PTHREAD_FLAG TRUE )
1111find_package ( Threads REQUIRED )
1212
13- CPMAddPackage ( "gh:chriskohlhoff/asio#asio-1-34 -0@1.34 .0" )
13+ CPMAddPackage ( "gh:chriskohlhoff/asio#asio-1-36 -0@1.36 .0" )
1414
1515# ASIO doesn't use CMake, we have to configure it manually. Extra notes for using on Windows:
1616#
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 @@ -15,7 +15,7 @@ target_compile_features ( periodic_timer_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" )
1919
2020set ( CMAKE_THREAD_PREFER_PTHREAD TRUE )
2121set ( THREADS_PREFER_PTHREAD_FLAG TRUE )
You can’t perform that action at this time.
0 commit comments