From 3e5f5535084a11c3e03d8162307c5cc18d772dd2 Mon Sep 17 00:00:00 2001 From: staphen Date: Sat, 7 Aug 2021 15:56:24 -0400 Subject: [PATCH] Update asio to 1.19.2 --- 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 0d6227ad6..f71e282f5 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/diasurgical/asio/archive/08e6579c887a2129d032ffd007a762c09d7cb32a.zip - URL_HASH MD5=19d9e5260e025566907fb769a3da2258 + URL https://github.com/diasurgical/asio/archive/b0239654fc40a21663430d926a50bbd6c22bb2e9.zip + URL_HASH MD5=005bab46794975df4c7bbc3f33808f0b ) FetchContent_MakeAvailableExcludeFromAll(asio)