From 89cbdea0d0bec7f2ed04bce429ba1f582df45d18 Mon Sep 17 00:00:00 2001 From: "void@Debian-5950x" Date: Sat, 2 Nov 2024 23:14:01 +0100 Subject: [PATCH] updated asio_standalone example --- examples/asio-standalone/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: #