diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-12-20 17:13:51 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-12-20 17:49:29 +0100 |
commit | f1829e8b2f4b6de3e3ff80a42efce0d47d66f2cc (patch) | |
tree | 3117f75627dda8ae4af2dfa74fe9b5904b10d4c0 /conf.d/cmake/config.cmake | |
parent | 0f6b4cc536e341ffa5f45e06844d52cc1a7af425 (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 |