From c990369d25aeb962df5ccf2040b9b4d3074c3fff Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sun, 21 May 2023 18:39:38 +0200 Subject: [PATCH] Fix building ASIO on macos --- 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 7bbf81584..3c1e4bc81 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/ebeff99f539da23d27c2e8d4bdbc1ee011968644.tar.gz - URL_HASH MD5=4195600342abf307b8a9a571b87d687f + URL https://github.com/diasurgical/asio/archive/bd1c839ef741b14365e77964bdd5a78994c05934.tar.gz + URL_HASH MD5=e3b470abdfe4d95e9472239902cf7a65 ) FetchContent_MakeAvailableExcludeFromAll(asio)