summaryrefslogtreecommitdiffstats
path: root/conf.d/cmake/00-default-osconfig.cmake
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@iot.bzh>2017-08-23 17:25:41 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2018-12-13 15:02:04 +0100
commitb224327e877353275dc098c8f846c99c5fef551a (patch)
tree97be8284fb308e0731adfc0b898b26573fb5ef30 /conf.d/cmake/00-default-osconfig.cmake
parente3ed5c858bd8b2d00d4ede66f587d1c83971e1aa (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-default-osconfig.cmake')
-rw-r--r--conf.d/cmake/00-default-osconfig.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/cmake/00-default-osconfig.cmake b/conf.d/cmake/00-default-osconfig.cmake
new file mode 100644
index 0000000..7b4a99a
--- /dev/null
+++ b/conf.d/cmake/00-default-osconfig.cmake
@@ -0,0 +1 @@
+add_required_module(lua REQUIRED lua>=5.3)