diff options
author | 2017-12-20 17:13:51 +0100 | |
---|---|---|
committer | 2017-12-20 17:39:30 +0100 | |
commit | 4d275bdc3c7227d5896edf2c2479bbc2527b0dca (patch) | |
tree | 965054d67e0275b16ddefaeef70dd2db7ae43217 /conf.d/cmake/config.cmake | |
parent | e9c3f4476f692680c03a562364496ce8571d4a1c (diff) |
Remove embedded LUA 3rdparty
Change-Id: Ied46d7f7784b478c75758d15f018a7ff6d3533c2
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/cmake/config.cmake')
-rw-r--r-- | conf.d/cmake/config.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
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 |