mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-23 03:06:36 +00:00
Uh, that was stupid. Forgot to remove the NOT.
This commit is contained in:
parent
b2950adc52
commit
63e334f59e
@ -564,7 +564,7 @@ if(USE_UPNP)
|
||||
if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "Darwin" AND NOT ANDROID)
|
||||
include(FindMiniupnpc)
|
||||
endif()
|
||||
if(MINIUPNP_FOUND AND NOT MINIUPNPC_VERSION_1_7_OR_HIGHER)
|
||||
if(MINIUPNP_FOUND AND MINIUPNPC_VERSION_1_7_OR_HIGHER)
|
||||
message("Using shared miniupnpc")
|
||||
include_directories(${MINIUPNP_INCLUDE_DIR})
|
||||
else()
|
||||
|
Loading…
x
Reference in New Issue
Block a user