fixed UPNP_LIBRARIES scope

release-v0.11.0.0
fluffypony 10 years ago
parent a40d5c1847
commit b35c1e2491

@ -200,8 +200,12 @@ IF(MINIUPNPC_VERSION_PRE1_7)
ENDIF() ENDIF()
IF(NOT MINIUPNPC_VERSION_PRE1_5 AND NOT MINIUPNPC_VERSION_PRE1_6 AND NOT MINIUPNPC_VERSION_PRE1_7) IF(NOT MINIUPNPC_VERSION_PRE1_5 AND NOT MINIUPNPC_VERSION_PRE1_6 AND NOT MINIUPNPC_VERSION_PRE1_7)
IF(MINIUPNPC_VERSION_1_5_OR_HIGHER)
message(STATUS "Found miniupnpc version is v1.5 or higher")
ELSE()
message(STATUS "Found miniupnpc version is v1.7 or higher") message(STATUS "Found miniupnpc version is v1.7 or higher")
ENDIF() ENDIF()
ENDIF()
else () else ()
message (STATUS "Could not find miniupnp") message (STATUS "Could not find miniupnp")
@ -234,5 +238,5 @@ else()
endif() endif()
set(UPNP_STATIC true PARENT_SCOPE) set(UPNP_STATIC true PARENT_SCOPE)
set(UPNP_LIBRARIES "upnpc-static") set(UPNP_LIBRARIES "upnpc-static" PARENT_SCOPE)
endif() endif()

Loading…
Cancel
Save