mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-06-15 02:26:51 +02:00
Find miniupnpc library as well as header
This commit is contained in:
parent
3d066ea1b8
commit
959843ee9c
2 changed files with 8 additions and 5 deletions
|
@ -357,7 +357,7 @@ if (WITH_BINARY)
|
|||
endif ()
|
||||
|
||||
if (WITH_UPNP)
|
||||
target_link_libraries("${PROJECT_NAME}" "miniupnpc")
|
||||
target_link_libraries("${PROJECT_NAME}" "${MINIUPNPC_LIBRARY}")
|
||||
endif ()
|
||||
|
||||
# FindBoost pulls pthread for thread which is broken for static linking at least on Ubuntu 15.04
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue