diff --git a/CMakeLists.txt b/CMakeLists.txt index b32343c45..8de283ff8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,6 +28,7 @@ set (PACKAGE_STRING "${PACKAGE} ${VERSION}") message ("-- Looking for Lua51") find_package (Lua51) if (LUA51_FOUND) + message ("-- Found Lua51: ${LUA_LIBRARIES}") set (HAVE_LIBLUA true) set (TASK_INCLUDE_DIRS ${TASK_INCLUDE_DIRS} ${LUA_INCLUDE_DIR}) set (TASK_LIBRARIES ${TASK_LIBRARIES} ${LUA_LIBRARIES})