aboutsummaryrefslogtreecommitdiff
path: root/external/CMakeLists.txt
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-03-21 19:37:07 +0200
committerRiccardo Spagni <ric@spagni.net>2016-03-21 19:37:07 +0200
commit40974b155e5ef48bead0989e80fe17366029491b (patch)
treecc4f9cee6bb2b040b6ada519a1641c1975c6e5e3 /external/CMakeLists.txt
parentbump miniupnpc API version number (diff)
downloadmonero-40974b155e5ef48bead0989e80fe17366029491b.tar.xz
fix building on FreeBSD
Diffstat (limited to 'external/CMakeLists.txt')
-rw-r--r--external/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt
index 33e843e63..f0e65ac06 100644
--- a/external/CMakeLists.txt
+++ b/external/CMakeLists.txt
@@ -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)