Browse Source

Hunter: limit configurations to Release only

cl-refactor
Paweł Bylica 8 years ago
parent
commit
6f56ffa83f
No known key found for this signature in database GPG Key ID: 7A0C037434FE77EF
  1. 1
      CMakeLists.txt

1
CMakeLists.txt

@ -8,6 +8,7 @@ if (NOT DEFINED CMAKE_TOOLCHAIN_FILE)
set(CMAKE_TOOLCHAIN_FILE ${CMAKE_SOURCE_DIR}/cmake/toolchain.cmake)
endif()
set(HUNTER_CONFIGURATION_TYPES Release)
include(HunterGate)
HunterGate(
URL "https://github.com/ruslo/hunter/archive/v0.18.44.tar.gz"

Loading…
Cancel
Save