Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Update ASIO to latest stable release (1.16) #365

Merged
merged 1 commit into from
Apr 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions deps/asio.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ include(FetchContent)

FetchContent_Declare(
asio
URL https://github.com/chriskohlhoff/asio/archive/asio-1-12-2.zip
URL_HASH SHA1=23F74B271D984A7B2BF00640DE856F5BBA410A50
URL https://github.com/chriskohlhoff/asio/archive/asio-1-16-0.zip
URL_HASH SHA1=6BDD33522D5B95B36445ABB2072A481F7CE15402
)

FetchContent_GetProperties(asio)
Expand Down
4 changes: 2 additions & 2 deletions deps/catch.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ include(FetchContent)

FetchContent_Declare(
catch
URL https://github.com/catchorg/Catch2/releases/download/v2.9.2/catch.hpp
URL_HASH SHA1=DD87ABE730D130DDF2B0EEF37F9D849DFAD9FCB2
URL https://github.com/catchorg/Catch2/releases/download/v2.11.3/catch.hpp
URL_HASH SHA1=C127EBB7A4F65C6CEFF7587C8EF18F84A74D6C15
DOWNLOAD_NO_EXTRACT TRUE
DOWNLOAD_DIR ${CMAKE_CURRENT_BINARY_DIR}/catch-src
)
Expand Down