From f1829e8b2f4b6de3e3ff80a42efce0d47d66f2cc Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Wed, 20 Dec 2017 17:13:51 +0100 Subject: Remove embedded LUA 3rdparty Change-Id: Ied46d7f7784b478c75758d15f018a7ff6d3533c2 Signed-off-by: Romain Forlot --- conf.d/cmake/config.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf.d/cmake/config.cmake') diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index f6f0e25..ce4777f 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -84,7 +84,7 @@ set(CMAKE_INSTALL_PREFIX $ENV{HOME}/opt) # Customize link option # ----------------------------- #list(APPEND link_libraries -an-option) -list(APPEND link_libraries afb-utilities lua-lib) +list(APPEND link_libraries afb-utilities) # Compilation options definition # Use CMake generator expressions to specify only for a specific language -- cgit 1.2.3-korg