diff --git a/examples/asio-standalone/CMakeLists.txt b/examples/asio-standalone/CMakeLists.txt index dd3a276d..38e49bd3 100644 --- a/examples/asio-standalone/CMakeLists.txt +++ b/examples/asio-standalone/CMakeLists.txt @@ -8,7 +8,7 @@ include(../../cmake/CPM.cmake) find_package(Threads REQUIRED) -CPMAddPackage("gh:chriskohlhoff/asio#asio-1-18-1@1.18.1") +CPMAddPackage("gh:chriskohlhoff/asio#asio-1-32-0@1.32.0") # ASIO doesn't use CMake, we have to configure it manually. Extra notes for using on Windows: #