From 99cb90d7ccff00c311b4b663a9fcf8a634b27f36 Mon Sep 17 00:00:00 2001 From: qndel Date: Sat, 5 Jun 2021 09:18:57 +0200 Subject: [PATCH] update asio (#2121) fixes double error msg --- 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 75b96b0ce..110604f92 100644 --- a/3rdParty/asio/CMakeLists.txt +++ b/3rdParty/asio/CMakeLists.txt @@ -2,8 +2,8 @@ include(FetchContent_MakeAvailableExcludeFromAll) include(FetchContent) FetchContent_Declare(asio - URL https://github.com/chriskohlhoff/asio/archive/77bcfe775ad63178942c9dd95d93edd10442b80f.zip - URL_HASH MD5=bfb3071dff527a6618be8836dc753f0a + URL https://github.com/chriskohlhoff/asio/archive/a41c0b5299115264d2740ae0f19fb88e6124d90d.zip + URL_HASH MD5=16bc6ece908bb67f6a67e016fb79dbcf ) FetchContent_MakeAvailableExcludeFromAll(asio)