Browse Source

Bump asio version

pull/3184/head
Ivan Epifanov 4 years ago committed by Anders Jenbo
parent
commit
a62767bd1b
  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/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)

Loading…
Cancel
Save