fix building on FreeBSD

This commit is contained in:
Riccardo Spagni
2016-03-21 19:37:07 +02:00
parent 1800d611a2
commit 40974b155e
2 changed files with 1 additions and 4 deletions

View File

@@ -37,9 +37,6 @@
find_package(Miniupnpc QUIET)
# FreeBSD doesn't play well with the local copy, so default to using shared
set(USE_SHARED_MINIUPNPC false)
# If we have the correct shared version and we're not building static, use it
if(STATIC)
set(USE_SHARED_MINIUPNPC false)