Use Lua executable variable for check-requires
This commit is contained in:
parent
353ccfb0dd
commit
998b24e544
|
@ -427,7 +427,7 @@ add_custom_target(check-themes
|
||||||
add_dependencies(check check-themes)
|
add_dependencies(check check-themes)
|
||||||
|
|
||||||
add_custom_target(check-requires
|
add_custom_target(check-requires
|
||||||
lua "${CMAKE_SOURCE_DIR}/build-utils/check_for_invalid_requires.lua"
|
${LUA_EXECUTABLE} "${CMAKE_SOURCE_DIR}/build-utils/check_for_invalid_requires.lua"
|
||||||
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
|
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
|
||||||
COMMENT "Checking use of require()"
|
COMMENT "Checking use of require()"
|
||||||
USES_TERMINAL
|
USES_TERMINAL
|
||||||
|
|
Loading…
Reference in New Issue