mirror of
https://github.com/monero-project/monero.git
synced 2024-11-17 08:17:37 +00:00
removed required flags from miniupnp and unbound
This commit is contained in:
parent
6b7ac4b37f
commit
735a017bb3
1 changed files with 2 additions and 2 deletions
4
external/CMakeLists.txt
vendored
4
external/CMakeLists.txt
vendored
|
@ -35,7 +35,7 @@
|
|||
# ...except for FreeBSD, because FreeBSD is a special case that doesn't play well with
|
||||
# others.
|
||||
|
||||
find_package(MiniUpnpc REQUIRED)
|
||||
find_package(MiniUpnpc)
|
||||
|
||||
# FreeBSD doesn't play well with the local copy, so default to using shared
|
||||
SET(USE_SHARED_MINIUPNPC true)
|
||||
|
@ -74,7 +74,7 @@ else()
|
|||
set(UPNP_LIBRARIES "upnpc-static" PARENT_SCOPE)
|
||||
endif()
|
||||
|
||||
find_package(Unbound REQUIRED)
|
||||
find_package(Unbound)
|
||||
|
||||
IF(!UNBOUND_INCLUDE_DIR OR STATIC)
|
||||
if(STATIC)
|
||||
|
|
Loading…
Reference in a new issue