# HG changeset patch # User smxx # Date 1269723878 0 # Node ID 9ebdc21aba877e961740009d4aabe3c6984db463 # Parent f9225499eb183913a30409555016cb550a01b3d6 CMake * I must not eat melon bombs * I must not eat melon bombs diff -r f9225499eb18 -r 9ebdc21aba87 cmake_modules/FindLua.cmake --- a/cmake_modules/FindLua.cmake Sat Mar 27 21:03:29 2010 +0000 +++ b/cmake_modules/FindLua.cmake Sat Mar 27 21:04:38 2010 +0000 @@ -10,7 +10,7 @@ ELSE(APPLE) #locate the system's lua library FIND_LIBRARY(LUA_DEFAULT NAMES lua51 lua5.1 lua-5.1 lua PATHS /lib /usr/lib /usr/local/lib /usr/pkg/lib) - IF(LUA_DEFAULT EQUALS "LUA_FEDAULT-NOTFOUND") + IF(${LUA_DEFAULT} EQUALS "LUA_DEFAULT-NOTFOUND") UNSET(LUA_DEFAULT) MESSAGE(FATAL_ERROR "Couldn't find Lua 5.1 library!") ENDIF()