summaryrefslogtreecommitdiff
path: root/CMakeTests/FindMiniupnpc.cmake
AgeCommit message (Collapse)Author
2017-02-07CMake: move modules from CMakeTests/ -> CMake/Michael Maltese
The name "CMakeTests" is inaccurate and irregular.
2015-11-02CMake: Fix FindMiniupnpc for ubuntu 14.04Scott Mansell
Ubuntu 14.04 has miniupnpc 1.6.3 REGEX was failing because the string was empty, causing cmake to error and not generate a Makefile. This allows systems with older versions of miniupnpc to fall back to the statically linked version in externals.
2015-10-12CMake: simplify FindMiniupnpc.cmakeTillmann Karras
miniupnpc.h provides MINIUPNPC_API_VERSION since 1.7 and we require 1.7 or later, so there is no reason to have version detection code for older versions.
2015-09-30miniupnpc API version 14 changed the upnpDiscover functions, adding an ↵Marisa Kirisame
argument for TTL (should default to 2) this enables support for that should the build system have that specific version installed, the miniupnpc bundled in the project is unchanged
2014-02-28CMake: fix escaping in miniupnpc testTillmann Karras
2013-07-09On linux check for a new enough system version of miniupnpc. Fall backGlenn Rice
to building the version in the externals if it is not available.