Browse Source

Merge pull request #36 from ethereum-mining/no-ssl

Remove (unused) SSL connections support
cl-refactor
Paweł Bylica 8 years ago
committed by GitHub
parent
commit
d7bbb5c6a3
  1. 2
      appveyor.yml
  2. 2
      cmake/Hunter/config.cmake

2
appveyor.yml

@ -9,7 +9,7 @@ configuration:
- Release - Release
- RelWithDebInfo - RelWithDebInfo
cache: cache:
- C:/.hunter/_Base/Cache - C:/.hunter/_Base/Cache -> cmake/Hunter/config.cmake
install: | install: |
appveyor DownloadFile https://github.com/ethereum/cpp-dependencies/releases/download/cache/CUDA-v8.0-WindowsServer2012.zip 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