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

Commit

Permalink
Merge pull request #365 from dnp3/update-asio
Browse files Browse the repository at this point in the history
Update ASIO to latest stable release (1.16)
  • Loading branch information
emgre committed Apr 17, 2020
2 parents db3f9ec + 874a652 commit 71d7f0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit 71d7f0b

Please sign in to comment.