Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Commit

Permalink
Restore FindCURL.cmake module (reverted from commit 98bee8e)
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Oct 16, 2016
1 parent ea593d6 commit 9cd8fca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 60 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Expand Up @@ -36,15 +36,15 @@ eth_policy()
# project name and version should be set after cmake_policy CMP0048
project(cpp-ethereum VERSION "1.3.0")

include(cmake/jsoncpp.cmake)
include(cmake/jsonrpc.cmake)

include(EthCompilerSettings)
include(EthExecutableHelper)
include(EthDependencies)
include(EthUtils)
include(EthOptions)

include(cmake/jsoncpp.cmake)
include(cmake/jsonrpc.cmake)

configure_project(CPUID CURL ETHASHCL EVMJIT FATDB MINIUPNPC ROCKSDB PARANOID TESTS VMTRACE)

add_subdirectory(eth)
Expand Down
57 changes: 0 additions & 57 deletions cmake/FindCURL.cmake

This file was deleted.

0 comments on commit 9cd8fca

Please sign in to comment.