From 3cc77ae288a8f3b8d216f7efdfba50cde3f4ae8d Mon Sep 17 00:00:00 2001 From: Stephen Berry Date: Mon, 3 Mar 2025 11:03:23 -0600 Subject: [PATCH] Asio test dependency bump to 1-32-0 (#1636) --- tests/asio_repe/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/asio_repe/CMakeLists.txt b/tests/asio_repe/CMakeLists.txt index 520a6fbd10..1518b4e588 100644 --- a/tests/asio_repe/CMakeLists.txt +++ b/tests/asio_repe/CMakeLists.txt @@ -3,7 +3,7 @@ project(asio_repe) FetchContent_Declare( asio GIT_REPOSITORY https://github.com/chriskohlhoff/asio.git - GIT_TAG asio-1-30-1 + GIT_TAG asio-1-32-0 GIT_SHALLOW TRUE ) FetchContent_MakeAvailable(asio)