From 91dcc3a7e2a4e43aa6c389de5b98e501372e6d48 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 4 Oct 2018 11:54:44 +0200 Subject: Fix: lua detection for debian like distro And remove unnecessary dependency upon libmicrohttpd Change-Id: I10de18065517a6033d75519ced16a4ee04518851 Signed-off-by: Romain Forlot --- conf.d/cmake/01-debian-config.cmake | 1 + 1 file changed, 1 insertion(+) create mode 100644 conf.d/cmake/01-debian-config.cmake (limited to 'conf.d/cmake/01-debian-config.cmake') 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) -- cgit 1.2.3-korg