diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-09-17 10:37:48 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-09-17 10:37:48 +0200 |
commit | 114e36888b85e1f7f18959916634a941b5744f2a (patch) | |
tree | d5a254251234adb1f894c70a7219d48850750821 /external/miniupnpc | |
parent | updated miniupnp (diff) | |
download | monero-114e36888b85e1f7f18959916634a941b5744f2a.tar.xz |
don't build miniupnpc test executables
Diffstat (limited to 'external/miniupnpc')
-rw-r--r-- | external/miniupnpc/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/external/miniupnpc/CMakeLists.txt b/external/miniupnpc/CMakeLists.txt index ab50fcbf9..7f1275443 100644 --- a/external/miniupnpc/CMakeLists.txt +++ b/external/miniupnpc/CMakeLists.txt @@ -20,9 +20,7 @@ endif() option (UPNPC_BUILD_STATIC "Build static library" TRUE) option (UPNPC_BUILD_SHARED "Build shared library" FALSE) -if (NOT WIN32) - option (UPNPC_BUILD_TESTS "Build test executables" FALSE) -endif (NOT WIN32) +option (UPNPC_BUILD_TESTS "Build test executables" FALSE) option (NO_GETADDRINFO "Define NO_GETADDRINFO" FALSE) mark_as_advanced (NO_GETADDRINFO) |