diff options
author | fulup <fulup.arfoll@iot.bzh> | 2018-05-14 14:33:58 +0200 |
---|---|---|
committer | fulup <fulup.arfoll@iot.bzh> | 2018-05-14 14:34:50 +0200 |
commit | 36f8b0e393f8407efa79f383a58e10613d18e959 (patch) | |
tree | bc45334b6a1ca5a8fd1a74e070f3ff2631cb0f15 /conf.d/cmake/00-suse-osconfig.cmake | |
parent | ba73a0f45230df1d46dc2ba37908a5e37e5e119f (diff) |
Fix temporary app-template os detection failure
Signed-off-by: fulup <fulup.arfoll@iot.bzh>
Diffstat (limited to 'conf.d/cmake/00-suse-osconfig.cmake')
-rw-r--r-- | conf.d/cmake/00-suse-osconfig.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf.d/cmake/00-suse-osconfig.cmake b/conf.d/cmake/00-suse-osconfig.cmake index 976aa1e..9f8ce3d 100644 --- a/conf.d/cmake/00-suse-osconfig.cmake +++ b/conf.d/cmake/00-suse-osconfig.cmake @@ -1,3 +1,2 @@ message(STATUS "*** Notice: OpenSuSe LUA-5.3+DynApi") list(APPEND PKG_REQUIRED_LIST lua>=5.3) -add_compile_options(-DUSE_API_DYN) |