mirror of https://github.com/status-im/evmc.git
commit
d4188590a8
|
@ -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()
|
||||
|
||||
|
|
|
@ -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: >-
|
||||
|
|
|
@ -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"
|
||||
)
|
Loading…
Reference in New Issue