Skip to content

Commit a347d00

Browse files
Updating to latest Catch2 and macos-15 on GH action runner and Asio lib
1 parent 713bac1 commit a347d00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmake/download_asio_cpm.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set ( THREADS_PREFER_PTHREAD_FLAG TRUE )
1111
find_package ( Threads REQUIRED )
1212

1313
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" )
1515

1616
# ASIO doesn't use CMake, we have to configure it manually. Extra notes for using on Windows:
1717
#

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.6.0" )
18+
CPMAddPackage ( "gh:catchorg/Catch2@3.8.0" )
1919

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

0 commit comments

Comments
 (0)