From d38b506c3a5c822644677f2a0e4167a016cf7b51 Mon Sep 17 00:00:00 2001 From: staphen Date: Tue, 27 Aug 2024 07:58:26 -0400 Subject: [PATCH] Update ASIO to fix error messages on Windows --- 3rdParty/asio/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3rdParty/asio/CMakeLists.txt b/3rdParty/asio/CMakeLists.txt index 3c1e4bc81..8f0c0cff0 100644 --- a/3rdParty/asio/CMakeLists.txt +++ b/3rdParty/asio/CMakeLists.txt @@ -2,8 +2,8 @@ include(functions/FetchContent_MakeAvailableExcludeFromAll) include(FetchContent) FetchContent_Declare(asio - URL https://github.com/diasurgical/asio/archive/bd1c839ef741b14365e77964bdd5a78994c05934.tar.gz - URL_HASH MD5=e3b470abdfe4d95e9472239902cf7a65 + URL https://github.com/diasurgical/asio/archive/4bcf552fcea3e1ae555dde2ab33bc9fa6770da4d.tar.gz + URL_HASH MD5=7ffee993fc21b1115abf485958d03ac8 ) FetchContent_MakeAvailableExcludeFromAll(asio)