From 2a31328b971f454ba39d15ea90c61f01bf61bc89 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Thu, 14 Aug 2008 15:34:59 -0400 Subject: BUG: fix documentation, the variables are named LUA50_FOUND and LUA51_FOUND (in all released versions) Alex --- Modules/FindLua50.cmake | 2 +- Modules/FindLua51.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/FindLua50.cmake b/Modules/FindLua50.cmake index a5e8c51..6da7aa1 100644 --- a/Modules/FindLua50.cmake +++ b/Modules/FindLua50.cmake @@ -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 diff --git a/Modules/FindLua51.cmake b/Modules/FindLua51.cmake index 04d7db6..5f50ec2 100644 --- a/Modules/FindLua51.cmake +++ b/Modules/FindLua51.cmake @@ -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 -- cgit v0.12