aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d/cmake/00-debian-specific.cmake
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-09-02 12:17:37 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-09-02 12:17:37 +0200
commiteb494f3ba6abe7d3d69bdc434010c6f60e533aec (patch)
treeeb5514a026b4c64f1d2fc112115545f15d095a2f /conf.d/cmake/00-debian-specific.cmake
parentc4935e58769966a9b79b21c45798ab8828fe0ad0 (diff)
Move to classic app-templates usage. Reordering
Change-Id: I8a30710bd2a3281bbf4a2a190c89004e02f62304 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/cmake/00-debian-specific.cmake')
-rw-r--r--conf.d/cmake/00-debian-specific.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf.d/cmake/00-debian-specific.cmake b/conf.d/cmake/00-debian-specific.cmake
new file mode 100644
index 0000000..dbdcdca
--- /dev/null
+++ b/conf.d/cmake/00-debian-specific.cmake
@@ -0,0 +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")