diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2017-08-23 17:25:41 +0200 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2017-08-23 17:25:41 +0200 |
commit | 38f2492a94d42f2c45d76f81928a94d0184457b1 (patch) | |
tree | 97be8284fb308e0731adfc0b898b26573fb5ef30 /conf.d/cmake/00-debian-specific.cmake | |
parent | 3348d946335efd38f806b5550ad9d972c9e05cc2 (diff) |
conf.d/cmake: use 00-default-osconfig.cmake for all distro except debian-based
Change-Id: I4bf5b9c13d42a26d8116a81fe1eb1b366056b19e
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'conf.d/cmake/00-debian-specific.cmake')
-rw-r--r-- | conf.d/cmake/00-debian-specific.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/cmake/00-debian-specific.cmake b/conf.d/cmake/00-debian-specific.cmake new file mode 100644 index 0000000..466c4de --- /dev/null +++ b/conf.d/cmake/00-debian-specific.cmake @@ -0,0 +1 @@ +add_required_module(lua-5.3 REQUIRED lua-5.3>=5.3) |