diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-08-31 17:47:22 +0200 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-08-31 17:48:20 +0200 |
commit | 9393a0b16d4fb03d1b12c884d99bd159153a4a1c (patch) | |
tree | f39d74d48ca13d660e50ad7c95ad7e958ea44875 /conf.d/cmake/config.cmake | |
parent | 11785e6a72d43fa899ab115cd1c241f6f0e26fb0 (diff) |
add dependency lua5.3 for deb
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'conf.d/cmake/config.cmake')
-rw-r--r-- | conf.d/cmake/config.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 806f4ca..c331a81 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -75,6 +75,10 @@ set (PKG_REQUIRED_LIST libafbwsc ) +# EXTRA required packages +# ----------------------------- +#set (EXTRA_REQUIRED_LIST a_package) + # Prefix path where will be installed the files # Default: /usr/local (need root permission to write in) # ------------------------------------------------------ |