mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
don't build any miniupnpc executables
This commit is contained in:
parent
114e36888b
commit
58abc096f4
1 changed files with 1 additions and 1 deletions
2
external/miniupnpc/CMakeLists.txt
vendored
2
external/miniupnpc/CMakeLists.txt
vendored
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue