mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CMake
- missing cmake message
This commit is contained in:
parent
e301cda990
commit
0dd969cc24
1 changed files with 1 additions and 0 deletions
|
@ -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})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue