diff options
author | anonimal <anonimal@i2pmail.org> | 2018-04-19 08:47:10 +0000 |
---|---|---|
committer | anonimal <anonimal@i2pmail.org> | 2018-04-19 10:56:09 +0000 |
commit | 859db52fdabaf4fff07e0556861ab3cf915297ba (patch) | |
tree | 7d933c81d72d897b246d4ccecadb879cf691a00e /external | |
parent | Build: add miniupnp submodule (diff) | |
download | monero-859db52fdabaf4fff07e0556861ab3cf915297ba.tar.xz |
CMake: update new location of in-tree miniupnpc
(cherry picked from commit b16a282f97d8f6c967e8a0b1ecfd75110f095182)
Diffstat (limited to 'external')
-rw-r--r-- | external/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index 69dc84e87..b4f712ee6 100644 --- a/external/CMakeLists.txt +++ b/external/CMakeLists.txt @@ -55,10 +55,10 @@ else() if(STATIC) message(STATUS "Using miniupnpc from local source tree for static build") else() - message(STATUS "Using miniupnpc from local source tree (/external/miniupnpc)") + message(STATUS "Using miniupnpc from local source tree (/external/miniupnp/miniupnpc)") endif() - add_subdirectory(miniupnpc) + add_subdirectory(miniupnp/miniupnpc) set_property(TARGET libminiupnpc-static PROPERTY FOLDER "external") if(MSVC) |