1
0
Fork 0
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:
King_DuckZ 2016-08-26 02:42:42 +02:00
parent e2ff673710
commit 6b7fd47745
2 changed files with 1 additions and 0 deletions

View file

@ -1,5 +1,6 @@
cmake_minimum_required(VERSION 3.2 FATAL_ERROR)
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)