summaryrefslogtreecommitdiffstats
path: root/conf.d/cmake/00-debian-specific.cmake
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@iot.bzh>2017-08-23 17:25:41 +0200
committerStephane Desneux <stephane.desneux@iot.bzh>2017-08-23 17:25:41 +0200
commit38f2492a94d42f2c45d76f81928a94d0184457b1 (patch)
tree97be8284fb308e0731adfc0b898b26573fb5ef30 /conf.d/cmake/00-debian-specific.cmake
parent3348d946335efd38f806b5550ad9d972c9e05cc2 (diff)
conf.d/cmake: use 00-default-osconfig.cmake for all distro except debian-based
Change-Id: I4bf5b9c13d42a26d8116a81fe1eb1b366056b19e Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'conf.d/cmake/00-debian-specific.cmake')
-rw-r--r--conf.d/cmake/00-debian-specific.cmake1
1 files changed, 1 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..466c4de
--- /dev/null
+++ b/conf.d/cmake/00-debian-specific.cmake
@@ -0,0 +1 @@
+add_required_module(lua-5.3 REQUIRED lua-5.3>=5.3)