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 )
1111find_package  ( Threads REQUIRED )
1212
1313include  ( 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 "  )
1515
1616# ASIO doesn't use CMake, we have to configure it manually. Extra notes for using on Windows: 
1717# 
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.6 .0"  )
18+ CPMAddPackage ( "gh:catchorg/Catch2@3.8 .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