aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2014-09-24 20:57:09 +0200
committerRiccardo Spagni <ric@spagni.net>2014-09-24 20:57:09 +0200
commit524eae58cce1ce22d8a2b0aacbdb567fca75de72 (patch)
treeffc63a1bb1c60875798781be8e949d8c420b4e07 /CMakeLists.txt
parentfixed unbound libs in test (diff)
downloadmonero-524eae58cce1ce22d8a2b0aacbdb567fca75de72.tar.xz
never use the baked-in miniupnpc on FreeBSD because explosions
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fcbd64ce4..5655bfc83 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -212,7 +212,5 @@ else()
include_directories(${UPNP_INCLUDE})
endif()
-
-
add_subdirectory(src)
add_subdirectory(tests)