Browse Source

fix mac builds (#2124)

downgrades asio version and applies double error fix
pull/2129/head
qndel 5 years ago committed by GitHub
parent
commit
36f5db8edc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      3rdParty/asio/CMakeLists.txt

4
3rdParty/asio/CMakeLists.txt vendored

@ -2,8 +2,8 @@ include(FetchContent_MakeAvailableExcludeFromAll)
include(FetchContent)
FetchContent_Declare(asio
URL https://github.com/chriskohlhoff/asio/archive/a41c0b5299115264d2740ae0f19fb88e6124d90d.zip
URL_HASH MD5=16bc6ece908bb67f6a67e016fb79dbcf
URL https://github.com/qndel/asio/archive/c196c1b70b0503f59745d63bce4b9df914e00d53.zip
URL_HASH MD5=d1706a64a32abafaaafa2bc3022d1878
)
FetchContent_MakeAvailableExcludeFromAll(asio)

Loading…
Cancel
Save