Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Commit

Permalink
Upgrade Hunter to 0.23.211 to get YAML-CPP fix
Browse files Browse the repository at this point in the history
Upgrade Hunter to get YAML-CPP fix which enables use of Visual Studio
2017 to build Aleth. Notable package updates are:
* YAML-CPP (0.6.2-p0 -> 0.6.2-p1)
* ethash (0.4.4 -> 0.5.0)
  • Loading branch information
halfalicious committed Aug 18, 2019
1 parent bb4721f commit 33cc278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ option(HUNTER_RUN_UPLOAD "Upload binaries to the cache server" ${run_upload})

include(HunterGate)
HunterGate(
URL "https://github.com/ruslo/hunter/archive/v0.23.178.tar.gz"
SHA1 "3511e5f2382d43cfa92b7f2a6f316fbdd1b81a92"
URL "https://github.com/ruslo/hunter/archive/v0.23.211.tar.gz"
SHA1 "c022f0c2480e835a6bafdd734035ec2071b51897"
LOCAL
)

Expand Down

0 comments on commit 33cc278

Please sign in to comment.