BUG: fix documentation, the variables are named LUA50_FOUND and LUA51_FOUND

(in all released versions)

Alex
This commit is contained in:
Alexander Neundorf 2008-08-14 15:34:59 -04:00
parent 8063dd293e
commit 2a31328b97
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Locate Lua library # Locate Lua library
# This module defines # This module defines
# LUA50_FOUND, if false, do not try to link to Lua
# LUA_LIBRARIES, both lua and lualib # 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) # LUA_INCLUDE_DIR, where to find lua.h and lualib.h (and probably lauxlib.h)
# #
# Note that the expected include convention is # Note that the expected include convention is

View File

@ -1,7 +1,7 @@
# Locate Lua library # Locate Lua library
# This module defines # This module defines
# LUA51_FOUND, if false, do not try to link to Lua
# LUA_LIBRARIES # LUA_LIBRARIES
# LUA_FOUND, if false, do not try to link to Lua
# LUA_INCLUDE_DIR, where to find lua.h # LUA_INCLUDE_DIR, where to find lua.h
# #
# Note that the expected include convention is # Note that the expected include convention is