diff --git a/CMakeLists.txt b/CMakeLists.txt index 7f4ac8ae7..1aeb16f78 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,6 +10,7 @@ include(HunterGate) HunterGate( URL "https://github.com/ruslo/hunter/archive/v0.18.46.tar.gz" SHA1 "e368cbf2a98cf8b8fa7a379fde74eca8ded425e3" + LOCAL ) diff --git a/cmake/Hunter/config.cmake b/cmake/Hunter/config.cmake new file mode 100644 index 000000000..1eb5cf482 --- /dev/null +++ b/cmake/Hunter/config.cmake @@ -0,0 +1 @@ +hunter_config(CURL VERSION ${HUNTER_CURL_VERSION} CMAKE_ARGS HTTP_ONLY=ON) \ No newline at end of file