osrm-backend/cmake
Daniel J. Hofmann dbd108df8c Reworks how we search for Lua in CMake and constrain to Lua 5.1 5.2
At the moment we have a FindLua52.cmake module that is happy with
Lua52 but also Lua51 and even Lua53. Let's instead pull in the official
one from CMake (since it's not yet in CMake 2.8 which we support).

https://github.com/Kitware/CMake/blob/master/Modules/FindLua.cmake

BSD licenced.

Requires Lua 5.1 or Lua 5.2, since seeing memory issues on 5.3:

https://github.com/Project-OSRM/osrm-backend/issues/2926
2016-10-05 13:23:48 +02:00
..
CheckCXXCompilerFlag.cmake activate LTO on platforms that support it, ie. most recent compilers 2014-04-01 18:11:45 +02:00
cmake_options_script.py RAII for auto-closing file streams 2016-03-09 17:46:02 +01:00
cmake_uninstall.cmake.in Provide uninstall target, closes #1972 2016-03-10 21:25:27 +01:00
CPackDebianConfig.cmake Fix debian package upgrades. 2016-01-13 11:53:59 -08:00
FindDebArch.cmake allow building of packages 2014-08-11 16:16:56 +02:00
FindLua.cmake Reworks how we search for Lua in CMake and constrain to Lua 5.1 5.2 2016-10-05 13:23:48 +02:00
FindLuabind.cmake Reworks how we search for Lua in CMake and constrain to Lua 5.1 5.2 2016-10-05 13:23:48 +02:00
FindSTXXL.cmake STXXL's debug build creates stxxl_debug.{a,so}, adapts FindSTXXL 2016-01-12 13:40:36 +01:00
FindTBB.cmake Print TBB version in FindTBB 2016-05-29 00:06:45 +02:00
FingerPrint-Config.cmake Adapt build system 2016-01-03 18:22:31 +01:00
pkgconfig.in Fix various issues with pkg-config 2016-06-04 12:08:54 +02:00