diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-26 10:45:00 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-26 10:45:00 +0200 |
commit | a50f22bf445407175dfb4cfa55f68970a0e27379 (patch) | |
tree | 85f49abdd96e82c9c91a5ebf908a74acfe34dfda /conf.d/cmake/00-debian-osconfig.cmake | |
parent | 91e90e59a593bea0ef1771a860140ae347692910 (diff) |
Adjust lib dependencies
This ensure that the project build under debian like distro and
also rpm based distributions.
Change-Id: I1c0b49163253f5c9ad06a2cdbc6c7b1b8b739f84
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/cmake/00-debian-osconfig.cmake')
-rw-r--r-- | conf.d/cmake/00-debian-osconfig.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/cmake/00-debian-osconfig.cmake b/conf.d/cmake/00-debian-osconfig.cmake new file mode 100644 index 0000000..6291a0d --- /dev/null +++ b/conf.d/cmake/00-debian-osconfig.cmake @@ -0,0 +1 @@ +list(APPEND PKG_REQUIRED_LIST lua53>=5.3) |