aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorfluffypony <ric@spagni.net>2014-09-10 18:14:57 +0200
committerfluffypony <ric@spagni.net>2014-09-10 18:14:57 +0200
commit7d01dad8f4fdef18936977defab18c13dc32d19b (patch)
treea8f58160680e1326b1f6a6fbad8d0a60f2e00f84 /CMakeLists.txt
parentminiupnpc changes for freebsd (diff)
downloadmonero-7d01dad8f4fdef18936977defab18c13dc32d19b.tar.xz
use external miniupnpc if available
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 11273adca..9614d7028 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -113,10 +113,6 @@ else()
endif()
endif()
-if(NOT FREEBSD)
- set(UPNP_LIBRARIES "upnpc-static")
-endif()
-
if(STATIC)
set(Boost_USE_STATIC_LIBS ON)
set(Boost_USE_STATIC_RUNTIME ON)