mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-17 10:35:10 +00:00
The tolua++ helper is called tolua++5.1 on some distro
This commit is contained in:
parent
c72ad5ddc6
commit
52e3cd36c4
@ -257,7 +257,7 @@ if(WANT_LIBXML2)
|
||||
endif(WANT_LIBXML2)
|
||||
|
||||
if(WANT_TOLUA)
|
||||
find_program(APP_TOLUA tolua++)
|
||||
find_program(APP_TOLUA NAMES tolua++ tolua++5.1)
|
||||
if(NOT APP_TOLUA)
|
||||
message(FATAL_ERROR "Unable to find program 'tolua++'")
|
||||
endif(NOT APP_TOLUA)
|
||||
|
Loading…
Reference in New Issue
Block a user