cmake: Move Hunter init script

This commit is contained in:
Paweł Bylica 2019-05-06 11:23:12 +02:00
parent cf1311a670
commit 946d588d35
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
3 changed files with 2 additions and 2 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: >-