summaryrefslogtreecommitdiffstats
path: root/conf.d/cmake/00-debian-config.cmake
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-08-22 11:21:08 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2018-12-13 14:58:26 +0100
commit5a9fdd19ee8e6627c77692e8fe91d052ed934869 (patch)
tree4d320ae70a1ad07d68156f24fde4979d0dec889b /conf.d/cmake/00-debian-config.cmake
parent2aea7b449c6cb58ef8c02146e47ebec418f8074d (diff)
Missing LUA module checking specific by distro
Change-Id: I99dcdccdcfb34eaf7a03c4acaad454b8cc05be8c Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/cmake/00-debian-config.cmake')
-rw-r--r--conf.d/cmake/00-debian-config.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/cmake/00-debian-config.cmake b/conf.d/cmake/00-debian-config.cmake
new file mode 100644
index 0000000..466c4de
--- /dev/null
+++ b/conf.d/cmake/00-debian-config.cmake
@@ -0,0 +1 @@
+add_required_module(lua-5.3 REQUIRED lua-5.3>=5.3)