diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-03-21 19:37:07 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-03-21 19:37:07 +0200 |
commit | 40974b155e5ef48bead0989e80fe17366029491b (patch) | |
tree | cc4f9cee6bb2b040b6ada519a1641c1975c6e5e3 /external/CMakeLists.txt | |
parent | bump miniupnpc API version number (diff) | |
download | monero-40974b155e5ef48bead0989e80fe17366029491b.tar.xz |
fix building on FreeBSD
Diffstat (limited to 'external/CMakeLists.txt')
-rw-r--r-- | external/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index 33e843e63..f0e65ac06 100644 --- a/external/CMakeLists.txt +++ b/external/CMakeLists.txt @@ -37,9 +37,6 @@ find_package(Miniupnpc QUIET) -# FreeBSD doesn't play well with the local copy, so default to using shared -set(USE_SHARED_MINIUPNPC false) - # If we have the correct shared version and we're not building static, use it if(STATIC) set(USE_SHARED_MINIUPNPC false) |