Browse Source

🔨 CMake: asio: Use HTTP for downloading

This is much faster than using git.
LineClear
Gleb Mazovetskiy 5 years ago committed by Anders Jenbo
parent
commit
bcd2dd429c
  1. 4
      3rdParty/asio/CMakeLists.txt

4
3rdParty/asio/CMakeLists.txt vendored

@ -2,8 +2,8 @@ include(FetchContent_MakeAvailableExcludeFromAll)
include(FetchContent) include(FetchContent)
FetchContent_Declare(asio FetchContent_Declare(asio
GIT_REPOSITORY https://github.com/chriskohlhoff/asio.git URL https://github.com/chriskohlhoff/asio/archive/77bcfe775ad63178942c9dd95d93edd10442b80f.zip
GIT_TAG 77bcfe775ad63178942c9dd95d93edd10442b80f URL_HASH MD5=bfb3071dff527a6618be8836dc753f0a
) )
FetchContent_MakeAvailableExcludeFromAll(asio) FetchContent_MakeAvailableExcludeFromAll(asio)

Loading…
Cancel
Save