Merge pull request #264 from ethereum/hunter

Upgrade Hunter
This commit is contained in:
Paweł Bylica 2019-05-06 12:32:44 +02:00 committed by GitHub
commit d4188590a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -27,7 +27,7 @@ include(GNUInstallDirs)
if(HUNTER_ENABLED)
set(HUNTER_CONFIGURATION_TYPES Release CACHE STRING "Build type of Hunter packages")
include(HunterGate)
include(HunterConfig)
include(Hunter/init)
include(defaults/HunterCacheServers)
endif()

View File

@ -17,7 +17,7 @@ environment:
- GO: true
cache:
- C:\.hunter\_Base\Cache -> cmake\HunterConfig.cmake
- C:\.hunter\_Base\Cache -> cmake\Hunter\init.cmake
before_build:
- ps: >-

View File

@ -6,6 +6,6 @@
# Hunter is going to be initialized only if building with tests,
# where it is needed to get dependencies.
HunterGate(
URL "https://github.com/ruslo/hunter/archive/v0.23.131.tar.gz"
SHA1 "0512ea6392065c8ece808296fddd7d8664d30920"
)
URL "https://github.com/ruslo/hunter/archive/v0.23.165.tar.gz"
SHA1 "5a73f91df5f6109c0bb1104d0c0ee423f7bece79"
)