diff options
author | Thomas Winget <tewinget@gmail.com> | 2015-03-29 09:58:18 -0400 |
---|---|---|
committer | Thomas Winget <tewinget@gmail.com> | 2015-03-29 09:58:18 -0400 |
commit | 94cb295db4fad7ab3deb0fe50bab4bc9223665c0 (patch) | |
tree | c656a2e3800023e325b871d9d2a3ca6a1d968296 /external | |
parent | Merge BerkeleyDB blockchain db implementation (diff) | |
parent | Merge pull request #247 (diff) | |
download | monero-94cb295db4fad7ab3deb0fe50bab4bc9223665c0.tar.xz |
Merge upstream into blockchain
Diffstat (limited to 'external')
-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 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) |