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 | e7391a411372cabbefe3fd46ba667c21cf1fa3b6 (diff) | |
| parent | cd31ea9631e08e4eb02b3df7ee296b450f1fd4fe (diff) | |
| download | monzero-core-94cb295db4fad7ab3deb0fe50bab4bc9223665c0.tar.gz monzero-core-94cb295db4fad7ab3deb0fe50bab4bc9223665c0.tar.xz monzero-core-94cb295db4fad7ab3deb0fe50bab4bc9223665c0.zip | |
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) |
