don't build miniupnpc test executables

This commit is contained in:
Riccardo Spagni 2016-09-17 10:37:48 +02:00
parent bb69371f66
commit 114e36888b
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -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)