Browse Source

Build CURL with HTTP support only

cl-refactor
Paweł Bylica 8 years ago
parent
commit
ea7447feae
No known key found for this signature in database GPG Key ID: 7A0C037434FE77EF
  1. 1
      CMakeLists.txt
  2. 1
      cmake/Hunter/config.cmake

1
CMakeLists.txt

@ -10,6 +10,7 @@ include(HunterGate)
HunterGate(
URL "https://github.com/ruslo/hunter/archive/v0.18.46.tar.gz"
SHA1 "e368cbf2a98cf8b8fa7a379fde74eca8ded425e3"
LOCAL
)

1
cmake/Hunter/config.cmake

@ -0,0 +1 @@
hunter_config(CURL VERSION ${HUNTER_CURL_VERSION} CMAKE_ARGS HTTP_ONLY=ON)
Loading…
Cancel
Save