Browse Source

common changes

cl-refactor
Marek Kotewicz 10 years ago
parent
commit
12485073f0
  1. 17
      extdep/CMakeLists.txt

17
extdep/CMakeLists.txt

@ -12,16 +12,13 @@ file(MAKE_DIRECTORY ${ETH_DEPENDENCY_INSTALL_DIR}/bin)
include(icu.cmake)
include(jom.cmake)
include(qt.cmake)
#include(curl.cmake)
#include(jsoncpp.cmake)
#include(argtable2.cmake)
#include(json-rpc-cpp.cmake)
#include(cryptopp.cmake)
#include(snappy.cmake)
#include(leveldb.cmake)
include(curl.cmake)
include(jsoncpp.cmake)
include(argtable2.cmake)
include(json-rpc-cpp.cmake)
include(cryptopp.cmake)
include(snappy.cmake)
include(leveldb.cmake)
# will be re-eanbled later
# include(miniupnpc.cmake)
# include(curl.cmake)
#include(miniupnpc.cmake)

Loading…
Cancel
Save