diff options
Diffstat (limited to 'conf.d/cmake/00-debian-specific.cmake')
-rw-r--r-- | conf.d/cmake/00-debian-specific.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/cmake/00-debian-specific.cmake b/conf.d/cmake/00-debian-specific.cmake index 711e105..dbdcdca 100644 --- a/conf.d/cmake/00-debian-specific.cmake +++ b/conf.d/cmake/00-debian-specific.cmake @@ -1,3 +1,3 @@ list(APPEND PKG_REQUIRED_LIST lua-5.3>=5.3) - +set (EXTRA_REQUIRED_LIST lua5.3) set(LUA_CHECKER "luac5.3" "-p" CACHE STRING "LUA compiler") |