From 3dcd30d0631bd70b29c1c0414116f9c8086c49c3 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Mon, 21 Aug 2017 22:36:30 +0200 Subject: Fix debian like distro module checking (on lua...) Add possibility to include cmake distro dependent files Change-Id: I6846c6068d37fef0102b350fca98e806abbc78de Signed-off-by: Romain Forlot --- conf.d/cmake/00-debian-config.cmake | 1 + 1 file changed, 1 insertion(+) create mode 100644 conf.d/cmake/00-debian-config.cmake (limited to 'conf.d/cmake/00-debian-config.cmake') 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) -- cgit 1.2.3-korg