BUG: fix documentation, the variables are named LUA50_FOUND and LUA51_FOUND
(in all released versions) Alex
This commit is contained in:
parent
8063dd293e
commit
2a31328b97
|
@ -1,7 +1,7 @@
|
|||
# Locate Lua library
|
||||
# This module defines
|
||||
# LUA50_FOUND, if false, do not try to link to Lua
|
||||
# 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)
|
||||
#
|
||||
# Note that the expected include convention is
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Locate Lua library
|
||||
# This module defines
|
||||
# LUA51_FOUND, if false, do not try to link to Lua
|
||||
# LUA_LIBRARIES
|
||||
# LUA_FOUND, if false, do not try to link to Lua
|
||||
# LUA_INCLUDE_DIR, where to find lua.h
|
||||
#
|
||||
# Note that the expected include convention is
|
||||
|
|
Loading…
Reference in New Issue