mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-23 19:33:28 +01:00
remove errant target_link_libraries
This commit is contained in:
parent
58abc096f4
commit
58501229e3
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 New Issue
Block a user