diff options
author | Riccardo Spagni <ric@spagni.net> | 2015-03-26 13:51:56 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2015-03-26 13:51:58 +0200 |
commit | cd31ea9631e08e4eb02b3df7ee296b450f1fd4fe (patch) | |
tree | 522fd160f8419f66ed127fceee61dc0920a6a202 | |
parent | Merge pull request #244 (diff) | |
parent | fix cmake miniupnpc typo (diff) | |
download | monero-cd31ea9631e08e4eb02b3df7ee296b450f1fd4fe.tar.xz |
Merge pull request #247
c9424c1 fix cmake miniupnpc typo (meshpoint)
-rw-r--r-- | external/CMakeLists.txt | 2 |
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) |