From a62767bd1b305552e49d7d89bfa7d07ca5e2a4ff Mon Sep 17 00:00:00 2001 From: Ivan Epifanov Date: Wed, 20 Oct 2021 16:06:58 +0300 Subject: [PATCH] Bump asio version --- 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 7901a3717..321f56ca8 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/2905afe2564dfdb3444f665ae363106f0acf2871.tar.gz - URL_HASH MD5=4c1afc9d591ef85a5542af9731630dd6 + URL https://github.com/diasurgical/asio/archive/ebeff99f539da23d27c2e8d4bdbc1ee011968644.tar.gz + URL_HASH MD5=4195600342abf307b8a9a571b87d687f ) FetchContent_MakeAvailableExcludeFromAll(asio)