mirror of https://github.com/status-im/evmc.git
CMake: Load Hunter only when building with EVMC_TESTING
This commit is contained in:
parent
354ba6f540
commit
0b17831fa0
|
@ -17,11 +17,13 @@ include(cmake/cable/bootstrap.cmake)
|
|||
include(CableBuildType)
|
||||
include(CableCompilerSettings)
|
||||
include(CMakePackageConfigHelpers)
|
||||
include(HunterGate)
|
||||
include(GNUInstallDirs)
|
||||
include(defaults/HunterCacheServers)
|
||||
|
||||
include(HunterConfig)
|
||||
if(EVMC_TESTING)
|
||||
include(HunterGate)
|
||||
include(HunterConfig)
|
||||
include(defaults/HunterCacheServers)
|
||||
endif()
|
||||
|
||||
project(evmc)
|
||||
set(PROJECT_VERSION 6.0.0)
|
||||
|
|
Loading…
Reference in New Issue