osrm-backend/cmake
Dennis Luxen 16c6f23791 Fix CMake warning
CMake Warning (dev) at /usr/share/cmake-3.24/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (PkgConfig)
  does not match the name of the calling package (Lua).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  /usr/share/cmake-3.24/Modules/FindPkgConfig.cmake:99 (find_package_handle_standard_args)
  cmake/FindLua.cmake:39 (include)
  CMakeLists.txt:571 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.
2022-12-10 20:50:32 +01: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
conan.cmake Use Conan instead of Mason to install code dependencies (#6284) 2022-08-01 21:21:20 +01:00
CPackConfig.cmake Fix cpack config by pointing to a correct LICENSE file 2019-01-17 09:45:11 -08:00
FindDebArch.cmake allow building of packages 2014-08-11 16:16:56 +02:00
FindLua.cmake Fix CMake warning 2022-12-10 20:50:32 +01:00
FindTBB.cmake Migrate to modern TBB version (#6300) 2022-08-24 18:13:49 +02:00
JSONParser.cmake Get OSRM_VERSION_* fields from package.json so we don't have to change things in two places. 2018-03-01 12:05:00 +11:00
pkgconfig.in Remove prefix v in pkg-config version string 2017-10-16 10:25:17 +01:00
warnings.cmake Refactor CMake code related to compiler warnings, enable some additional warnings (#6355) 2022-09-30 11:42:36 +02:00