summaryrefslogtreecommitdiffstats
path: root/conf.d/cmake/01-debian-config.cmake
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2018-10-04 11:54:44 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2018-10-04 11:56:23 +0200
commit91dcc3a7e2a4e43aa6c389de5b98e501372e6d48 (patch)
tree2f8947cd8ec4c880f5c8fd4d8610b7528f6ea388 /conf.d/cmake/01-debian-config.cmake
parentfe8f535a3544f3d828c6128d52591c5d194b693e (diff)
Fix: lua detection for debian like distro
And remove unnecessary dependency upon libmicrohttpd Change-Id: I10de18065517a6033d75519ced16a4ee04518851 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/cmake/01-debian-config.cmake')
-rw-r--r--conf.d/cmake/01-debian-config.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/cmake/01-debian-config.cmake b/conf.d/cmake/01-debian-config.cmake
new file mode 100644
index 0000000..6291a0d
--- /dev/null
+++ b/conf.d/cmake/01-debian-config.cmake
@@ -0,0 +1 @@
+list(APPEND PKG_REQUIRED_LIST lua53>=5.3)