Browse Source

updated versions of dependencies

cl-refactor
Marek Kotewicz 10 years ago
parent
commit
6ae4b03211
  1. 10
      extdep/CMakeLists.txt

10
extdep/CMakeLists.txt

@ -34,14 +34,14 @@ if (ETH_COMPILE)
# boost # boost
include(compile/boost.cmake) include(compile/boost.cmake)
else() else()
eth_download(boost VERSION 1.55.0)
eth_download(cryptopp VERSION 5.6.2)
eth_download(curl VERSION 7.4.2) eth_download(curl VERSION 7.4.2)
eth_download(jsoncpp VERSION 1.6.2) eth_download(jsoncpp VERSION 1.6.2)
eth_download(microhttpd VERSION 0.9.2)
eth_download(json-rpc-cpp VERSION 0.5.0) eth_download(json-rpc-cpp VERSION 0.5.0)
eth_download(qt VERSION 5.4) eth_download(leveldb VERSION 1.2)
eth_download(leveldb) eth_download(microhttpd VERSION 0.9.2)
eth_download(cryptopp) eth_download(qt VERSION 5.4.1)
eth_download(boost)
endif() endif()
# will be re-eanbled later # will be re-eanbled later

Loading…
Cancel
Save