don't build miniupnpc test executables

release-v0.4.0.1
Riccardo Spagni 8 years ago
parent bb69371f66
commit 114e36888b
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

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

Loading…
Cancel
Save