diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-22 12:17:35 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-22 12:18:07 +0200 |
commit | 0b718e49e2ae9e99247d3b5c31bb3fa24e08caab (patch) | |
tree | 34865b6623366c7287b806348ced2a96e312b2be /conf.d/cmake/00-suse-config.cmake | |
parent | 3dcd30d0631bd70b29c1c0414116f9c8086c49c3 (diff) |
Handle LUA module checking by distro
Change-Id: I6703f2225cd9ec44c7bcc4f6048b1ad7c818236d
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/cmake/00-suse-config.cmake b/conf.d/cmake/00-suse-config.cmake new file mode 100644 index 0000000..7b4a99a --- /dev/null +++ b/conf.d/cmake/00-suse-config.cmake @@ -0,0 +1 @@ +add_required_module(lua REQUIRED lua>=5.3) |