File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ set ( THREADS_PREFER_PTHREAD_FLAG TRUE )
11
11
find_package ( Threads REQUIRED )
12
12
13
13
include ( cmake/download_cpm.cmake )
14
- CPMAddPackage ( "gh:chriskohlhoff/asio#asio-1-30-2 @1.30.2 " )
14
+ CPMAddPackage ( "gh:chriskohlhoff/asio#asio-1-32-0 @1.32.0 " )
15
15
16
16
# ASIO doesn't use CMake, we have to configure it manually. Extra notes for using on Windows:
17
17
#
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ target_compile_features ( periodic_timer_test PRIVATE cxx_std_20 )
15
15
# add dependencies
16
16
include ( ../cmake/download_cpm.cmake )
17
17
18
- CPMAddPackage ( "gh:catchorg/Catch2@3.6 .0" )
18
+ CPMAddPackage ( "gh:catchorg/Catch2@3.8 .0" )
19
19
20
20
set ( CMAKE_THREAD_PREFER_PTHREAD TRUE )
21
21
set ( THREADS_PREFER_PTHREAD_FLAG TRUE )
You can’t perform that action at this time.
0 commit comments