diff --git a/extdep/CMakeLists.txt b/extdep/CMakeLists.txt index f28ad1c8e..121f21067 100644 --- a/extdep/CMakeLists.txt +++ b/extdep/CMakeLists.txt @@ -10,5 +10,5 @@ file(MAKE_DIRECTORY ${ETH_DEPENDENCY_INSTALL_DIR}) include(cryptopp.cmake) include(curl.cmake) include(json-rpc-cpp.cmake) -#include(miniupnpc.cmake) +include(miniupnpc.cmake) diff --git a/extdep/miniupnpc.cmake b/extdep/miniupnpc.cmake index ae79f6369..b690ec2f2 100644 --- a/extdep/miniupnpc.cmake +++ b/extdep/miniupnpc.cmake @@ -5,7 +5,7 @@ ExternalProject_Add(miniupnpc BINARY_DIR miniupnpc-prefix/src/miniupnpc CONFIGURE_COMMAND "" BUILD_COMMAND make -j 3 - INSTALL_COMMAND "" + INSTALL_COMMAND make install INSTALLPREFIX=${ETH_DEPENDENCY_INSTALL_DIR} )