Comment 6 for bug 1189145

Revision history for this message
afri donschoe (afri-alex) wrote :

You might need add a "findLua" script to the CMakeLists like that:

include(${CMAKE_SOURCE_DIR}/FindLua.cmake)
find_package(Lua REQUIRED)

see:

http://code.google.com/p/cebmtpchat/source/browse/trunk/CMakeModules/FindLua.cmake?r=502