mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
remove errant target_link_libraries
This commit is contained in:
parent
58abc096f4
commit
58501229e3
1 changed files with 1 additions and 1 deletions
2
external/miniupnpc/CMakeLists.txt
vendored
2
external/miniupnpc/CMakeLists.txt
vendored
|
@ -124,7 +124,7 @@ if (UPNPC_BUILD_STATIC)
|
||||||
set (UPNPC_INSTALL_TARGETS ${UPNPC_INSTALL_TARGETS} libminiupnpc-static)
|
set (UPNPC_INSTALL_TARGETS ${UPNPC_INSTALL_TARGETS} libminiupnpc-static)
|
||||||
set (UPNPC_LIBRARY_TARGET 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)
|
# target_link_libraries (upnpc-static LINK_PRIVATE libminiupnpc-static)
|
||||||
endif (UPNPC_BUILD_STATIC)
|
endif (UPNPC_BUILD_STATIC)
|
||||||
|
|
||||||
if (UPNPC_BUILD_SHARED)
|
if (UPNPC_BUILD_SHARED)
|
||||||
|
|
Loading…
Reference in a new issue