summaryrefslogtreecommitdiff
path: root/Modules/FindLua51.cmake
Commit message (Expand)AuthorAgeFilesLines
* Help: Improve description of modulesBartosz Kosiorek2019-04-231-2/+2
* remove some platform specific search paths from Find modulesRolf Eike Beer2019-03-191-6/+0
* Help: Convert remaining modules to block-style commentsKitware Robot2018-10-221-31/+32
* Simplify CMake per-source license noticesBrad King2016-09-271-13/+3
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-10/+28
* Haiku: Several fixes to platform moduleAdrien Destugues2013-10-081-1/+1
* FindLua51: do not try to link libm on BeOSRolf Eike Beer2013-01-071-1/+1
* OpenBSD: Add path for Lua 5.1Amit Kulkarni2012-12-041-1/+1
* use PATH_SUFFIXES to simplify find_* callsRolf Eike Beer2012-08-141-1/+1
* use the find_* functions ENV parameterRolf Eike Beer2012-08-141-2/+2
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-3/+3
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-17/+17
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-3/+3
* do not explicitely specify /usr and /usr/local as search pathsRolf Eike Beer2012-06-191-4/+0
* FindLua51: add version supportRolf Eike Beer2012-01-261-2/+12
* Modules: Include builtin FindPackageHandleStandardArgs directlyBrad King2011-01-201-1/+1
* Remove usage of CMAKE_CURRENT_LIST_DIR now that we have CMP0017Alex Neundorf2011-01-041-1/+1
* Use absolute path to FindPackageHandleStandardArgs.cmake everywhereAlex Neundorf2010-09-281-1/+1
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
* Convert CMake find-modules to BSD LicenseBrad King2009-09-281-0/+12
* BUG: Fixes detection of lua libraries installed from FreeBSD ports (Issue #8421)Philip Lowman2009-01-301-1/+1
* BUG: fix documentation, the variables are named LUA50_FOUND and LUA51_FOUNDAlexander Neundorf2008-08-141-1/+1
* ENH: Cleanup Find* modules with new HINTS featureBrad King2008-06-091-14/+3
* BUG: fixed Lua50 to be Lua51 in FIND_PACKAGE_HANDLE_STANDARD_ARGS call.Eric Wing2008-06-021-1/+1
* ENH: use the standard find_package_handle_standard_args() for lua 5.0 andAlexander Neundorf2008-03-101-11/+13
* BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be refer...Brad King2008-01-151-11/+2
* BUG: Fixed modules to set FOO_FOUND when both headers and libraries are found.Eric Wing2007-12-201-0/+81