Skip to content

Commit

Permalink
Fix building ASIO on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
AJenbo committed May 21, 2023
1 parent 346ff44 commit c990369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 3rdParty/asio/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ include(functions/FetchContent_MakeAvailableExcludeFromAll)

include(FetchContent)
FetchContent_Declare(asio
URL https://github.com/diasurgical/asio/archive/ebeff99f539da23d27c2e8d4bdbc1ee011968644.tar.gz
URL_HASH MD5=4195600342abf307b8a9a571b87d687f
URL https://github.com/diasurgical/asio/archive/bd1c839ef741b14365e77964bdd5a78994c05934.tar.gz
URL_HASH MD5=e3b470abdfe4d95e9472239902cf7a65
)
FetchContent_MakeAvailableExcludeFromAll(asio)

Expand Down

0 comments on commit c990369

Please sign in to comment.