aboutsummaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorThomas Winget <tewinget@gmail.com>2015-03-29 09:58:18 -0400
committerThomas Winget <tewinget@gmail.com>2015-03-29 09:58:18 -0400
commit94cb295db4fad7ab3deb0fe50bab4bc9223665c0 (patch)
treec656a2e3800023e325b871d9d2a3ca6a1d968296 /external
parentMerge BerkeleyDB blockchain db implementation (diff)
parentMerge pull request #247 (diff)
downloadmonero-94cb295db4fad7ab3deb0fe50bab4bc9223665c0.tar.xz
Merge upstream into blockchain
Diffstat (limited to 'external')
-rw-r--r--external/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt
index 245758d9f..345aac3f6 100644
--- a/external/CMakeLists.txt
+++ b/external/CMakeLists.txt
@@ -35,7 +35,7 @@
# ...except for FreeBSD, because FreeBSD is a special case that doesn't play well with
# others.
-find_package(MiniUpnpc QUIET)
+find_package(Miniupnpc QUIET)
# FreeBSD doesn't play well with the local copy, so default to using shared
set(USE_SHARED_MINIUPNPC false)