mirror of
https://bitbucket.org/King_DuckZ/keepupnpup.git
synced 2024-11-07 21:29:00 +00:00
Fix FindMiniupnpc.cmake not being found
This commit is contained in:
parent
e2ff673710
commit
6b7fd47745
2 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
cmake_minimum_required(VERSION 3.2 FATAL_ERROR)
|
cmake_minimum_required(VERSION 3.2 FATAL_ERROR)
|
||||||
project(keepupnpup CXX)
|
project(keepupnpup CXX)
|
||||||
|
list (APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules)
|
||||||
|
|
||||||
option (USE_SYSTEM_MINIUPNP "Try to locate miniupnpc on the system and build against that" ON)
|
option (USE_SYSTEM_MINIUPNP "Try to locate miniupnpc on the system and build against that" ON)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue