[Cmake-commits] [cmake-commits] alex committed FindLua50.cmake 1.4 1.5 FindLua51.cmake 1.5 1.6

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Aug 14 15:35:01 EDT 2008


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv23329

Modified Files:
	FindLua50.cmake FindLua51.cmake 
Log Message:
BUG: fix documentation, the variables are named LUA50_FOUND and LUA51_FOUND
(in all released versions)

Alex


Index: FindLua50.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindLua50.cmake,v
retrieving revision 1.4
retrieving revision 1.5
diff -C 2 -d -r1.4 -r1.5
*** FindLua50.cmake	9 Jun 2008 20:04:05 -0000	1.4
--- FindLua50.cmake	14 Aug 2008 19:34:59 -0000	1.5
***************
*** 1,6 ****
  # Locate Lua library
  # This module defines
  #  LUA_LIBRARIES, both lua and lualib
- #  LUA_FOUND, if false, do not try to link to Lua 
  #  LUA_INCLUDE_DIR, where to find lua.h and lualib.h (and probably lauxlib.h)
  #
--- 1,6 ----
  # Locate Lua library
  # This module defines
+ #  LUA50_FOUND, if false, do not try to link to Lua 
  #  LUA_LIBRARIES, both lua and lualib
  #  LUA_INCLUDE_DIR, where to find lua.h and lualib.h (and probably lauxlib.h)
  #

Index: FindLua51.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindLua51.cmake,v
retrieving revision 1.5
retrieving revision 1.6
diff -C 2 -d -r1.5 -r1.6
*** FindLua51.cmake	9 Jun 2008 20:04:05 -0000	1.5
--- FindLua51.cmake	14 Aug 2008 19:34:59 -0000	1.6
***************
*** 1,6 ****
  # Locate Lua library
  # This module defines
  #  LUA_LIBRARIES
- #  LUA_FOUND, if false, do not try to link to Lua 
  #  LUA_INCLUDE_DIR, where to find lua.h 
  #
--- 1,6 ----
  # Locate Lua library
  # This module defines
+ #  LUA51_FOUND, if false, do not try to link to Lua 
  #  LUA_LIBRARIES
  #  LUA_INCLUDE_DIR, where to find lua.h 
  #



More information about the Cmake-commits mailing list