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)