Skip to content

Commit b26b70b

Browse files
Updated Asio, CPM, and Catch2
1 parent c931b0a commit b26b70b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

cmake/download_asio_cpm.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set ( CMAKE_THREAD_PREFER_PTHREAD TRUE )
1010
set ( THREADS_PREFER_PTHREAD_FLAG TRUE )
1111
find_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
#

cmake/download_cpm.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
file(
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
)
1010
include(${CMAKE_CURRENT_BINARY_DIR}/cmake/CPM.cmake)

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ target_compile_features ( periodic_timer_test PRIVATE cxx_std_20 )
1515
# add dependencies
1616
include ( ../cmake/download_cpm.cmake )
1717

18-
CPMAddPackage ( "gh:catchorg/Catch2@3.8.0" )
18+
CPMAddPackage ( "gh:catchorg/Catch2@3.11.0" )
1919

2020
set ( CMAKE_THREAD_PREFER_PTHREAD TRUE )
2121
set ( THREADS_PREFER_PTHREAD_FLAG TRUE )

0 commit comments

Comments
 (0)