X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=cmake%2Fcmake.d%2F02-variables.cmake;h=dd86d2b78886e10781dfe4a682b58518ed90c7ef;hb=3a90fb6f2c4518ebab484cde90919c19456dc04c;hp=e58026380744d262f2fe0c7eeaa9767f490d5cdd;hpb=350c5b97459226f7e031c73edb3a79a2d99cb250;p=apps%2Fapp-templates.git diff --git a/cmake/cmake.d/02-variables.cmake b/cmake/cmake.d/02-variables.cmake index e580263..dd86d2b 100644 --- a/cmake/cmake.d/02-variables.cmake +++ b/cmake/cmake.d/02-variables.cmake @@ -163,6 +163,6 @@ set(GDB_INITIAL_BREAK "personality" CACHE STRING "Initial Break Point for GDB re # Define some checker binaries to verify input DATA files # to be included in package. Schema aren't checked for now. # Dummy checker about JSON. -set(LUA_CHECKER "luac" CACHE STRING "LUA compiler") +set(LUA_CHECKER "luac -o /dev/null" CACHE STRING "LUA compiler") set(XML_CHECKER "xmllint" CACHE STRING "XML linter") set(JSON_CHECKER "echo" CACHE STRING "JSON linter")