Browse Source

microhttpd

cl-refactor
Marek Kotewicz 10 years ago
committed by Lefteris Karapetsas
parent
commit
e212a8910f
  1. 1
      extdep/CMakeLists.txt

1
extdep/CMakeLists.txt

@ -35,6 +35,7 @@ if (ETH_COMPILE)
include(compile/boost.cmake) include(compile/boost.cmake)
else() else()
eth_download(jsoncpp) eth_download(jsoncpp)
eth_download(microhttpd)
eth_download(json-rpc-cpp eth_download(json-rpc-cpp
VERSION 4.2 VERSION 4.2
OSX_SCRIPT ${CMAKE_CURRENT_SOURCE_DIR}/scripts/json-rpc-cpp_osx.sh OSX_SCRIPT ${CMAKE_CURRENT_SOURCE_DIR}/scripts/json-rpc-cpp_osx.sh

Loading…
Cancel
Save