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/config.cmake | 4 ---- 1 file changed, 4 deletions(-) (limited to 'conf.d/cmake/config.cmake') diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 5d35862..dc4d005 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -50,10 +50,6 @@ set (gcc_minimal_version 4.9) # When Present LUA is used by the controller # --------------------------------------------------------------- set(CONTROL_SUPPORT_LUA 1 CACHE BOOL "Active or not LUA Support") -set(LUA_PKG lua>=5.3) -if(OSRELEASE MATCHES "debian") -set(LUA_PKG lua-5.3) -endif() # PKG_CONFIG required packages # ----------------------------- -- cgit 1.2.3-korg