diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2017-08-23 17:25:41 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-13 15:02:04 +0100 |
commit | b224327e877353275dc098c8f846c99c5fef551a (patch) | |
tree | 97be8284fb308e0731adfc0b898b26573fb5ef30 /conf.d | |
parent | e3ed5c858bd8b2d00d4ede66f587d1c83971e1aa (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')
m--------- | conf.d/app-templates | 0 | ||||
-rw-r--r-- | conf.d/cmake/00-debian-specific.cmake (renamed from conf.d/cmake/00-debian-config.cmake) | 0 | ||||
-rw-r--r-- | conf.d/cmake/00-default-osconfig.cmake (renamed from conf.d/cmake/00-fedora-config.cmake) | 0 | ||||
-rw-r--r-- | conf.d/cmake/00-suse-config.cmake | 1 |
4 files changed, 0 insertions, 1 deletions
diff --git a/conf.d/app-templates b/conf.d/app-templates -Subproject 2e8abc421151b81272f7ab988e494fd29eb431f +Subproject 13239eb068fc122af9338e60c144f9697c0bb2b diff --git a/conf.d/cmake/00-debian-config.cmake b/conf.d/cmake/00-debian-specific.cmake index 466c4de..466c4de 100644 --- a/conf.d/cmake/00-debian-config.cmake +++ b/conf.d/cmake/00-debian-specific.cmake diff --git a/conf.d/cmake/00-fedora-config.cmake b/conf.d/cmake/00-default-osconfig.cmake index 7b4a99a..7b4a99a 100644 --- a/conf.d/cmake/00-fedora-config.cmake +++ b/conf.d/cmake/00-default-osconfig.cmake diff --git a/conf.d/cmake/00-suse-config.cmake b/conf.d/cmake/00-suse-config.cmake deleted file mode 100644 index 7b4a99a..0000000 --- a/conf.d/cmake/00-suse-config.cmake +++ /dev/null @@ -1 +0,0 @@ -add_required_module(lua REQUIRED lua>=5.3) |