diff --git a/appveyor.yml b/appveyor.yml index 4c67e2a32..ec978bf51 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,7 +9,7 @@ configuration: - Release - RelWithDebInfo cache: - - C:/.hunter/_Base/Cache + - C:/.hunter/_Base/Cache -> cmake/Hunter/config.cmake install: | appveyor DownloadFile https://github.com/ethereum/cpp-dependencies/releases/download/cache/CUDA-v8.0-WindowsServer2012.zip diff --git a/cmake/Hunter/config.cmake b/cmake/Hunter/config.cmake index 1eb5cf482..6c81da3bb 100644 --- a/cmake/Hunter/config.cmake +++ b/cmake/Hunter/config.cmake @@ -1 +1 @@ -hunter_config(CURL VERSION ${HUNTER_CURL_VERSION} CMAKE_ARGS HTTP_ONLY=ON) \ No newline at end of file +hunter_config(CURL VERSION ${HUNTER_CURL_VERSION} CMAKE_ARGS HTTP_ONLY=ON CMAKE_USE_OPENSSL=OFF CMAKE_USE_LIBSSH2=OFF) \ No newline at end of file