mirror of https://github.com/status-im/evmc.git
cmake: Move Hunter init script
This commit is contained in:
parent
cf1311a670
commit
946d588d35
|
@ -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: >-
|
||||
|
|
Loading…
Reference in New Issue