diff options
| author | Riccardo Spagni <ric@spagni.net> | 2016-09-17 10:42:35 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2016-09-17 10:42:35 +0200 |
| commit | 58abc096f48e8d22bb97e5a86045b99996c838a7 (patch) | |
| tree | c7edc87171bf147af2dcd950c901ab7d345a7c89 | |
| parent | 114e36888b85e1f7f18959916634a941b5744f2a (diff) | |
| download | monzero-core-58abc096f48e8d22bb97e5a86045b99996c838a7.tar.gz monzero-core-58abc096f48e8d22bb97e5a86045b99996c838a7.tar.xz monzero-core-58abc096f48e8d22bb97e5a86045b99996c838a7.zip | |
don't build any miniupnpc executables
| -rw-r--r-- | external/miniupnpc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/miniupnpc/CMakeLists.txt b/external/miniupnpc/CMakeLists.txt index 7f1275443..16a23b2a7 100644 --- a/external/miniupnpc/CMakeLists.txt +++ b/external/miniupnpc/CMakeLists.txt @@ -123,7 +123,7 @@ if (UPNPC_BUILD_STATIC) target_link_libraries (libminiupnpc-static ${LDLIBS}) set (UPNPC_INSTALL_TARGETS ${UPNPC_INSTALL_TARGETS} libminiupnpc-static) set (UPNPC_LIBRARY_TARGET libminiupnpc-static) - add_executable (upnpc-static upnpc.c) + # add_executable (upnpc-static upnpc.c) target_link_libraries (upnpc-static LINK_PRIVATE libminiupnpc-static) endif (UPNPC_BUILD_STATIC) |
