From 114e36888b85e1f7f18959916634a941b5744f2a Mon Sep 17 00:00:00 2001 From: Riccardo Spagni Date: Sat, 17 Sep 2016 10:37:48 +0200 Subject: [PATCH] don't build miniupnpc test executables --- external/miniupnpc/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/external/miniupnpc/CMakeLists.txt b/external/miniupnpc/CMakeLists.txt index ab50fcbf..7f127544 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)