aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2015-03-26 13:51:56 +0200
committerRiccardo Spagni <ric@spagni.net>2015-03-26 13:51:58 +0200
commitcd31ea9631e08e4eb02b3df7ee296b450f1fd4fe (patch)
tree522fd160f8419f66ed127fceee61dc0920a6a202
parentMerge pull request #244 (diff)
parentfix cmake miniupnpc typo (diff)
downloadmonero-cd31ea9631e08e4eb02b3df7ee296b450f1fd4fe.tar.xz
Merge pull request #247
c9424c1 fix cmake miniupnpc typo (meshpoint)
-rw-r--r--external/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt
index 80e574b06..520763e07 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)