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/00-suse-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/00-suse-config.cmake')
-rw-r--r-- | conf.d/cmake/00-suse-config.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/cmake/00-suse-config.cmake b/conf.d/cmake/00-suse-config.cmake index 342d1df..8c8303b 100644 --- a/conf.d/cmake/00-suse-config.cmake +++ b/conf.d/cmake/00-suse-config.cmake @@ -1,2 +1,2 @@ add_definitions(-DSUSE_LUA_INCDIR) -#list(APPEND PKG_REQUIRED_LIST lua>=5.3) +list(APPEND PKG_REQUIRED_LIST lua>=5.3) |