Browse Source

Remove (unused) SSL connections support

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

2
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

2
cmake/Hunter/config.cmake

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