Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Uh, that was stupid. Forgot to remove the NOT.
  • Loading branch information
glennricster committed Jul 15, 2013
1 parent b2950ad commit 63e334f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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()
Expand Down

0 comments on commit 63e334f

Please sign in to comment.