diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2019-01-03 16:57:08 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2019-01-04 16:17:48 +0100 |
commit | fd4fe7525aaf737597e004b0a2b7d91bf18c9f11 (patch) | |
tree | 5174d86231585a0bb230324ff1de5cd977a63156 /CMakeLists.txt | |
parent | b3a54dd8653fa672650229dd2498308ffcc3e943 (diff) |
Message deprecating the submodule usageicefish_8.99.5icefish_8.99.4icefish_8.99.3icefish_8.99.2icefish_8.99.1icefish/8.99.5icefish/8.99.4icefish/8.99.3icefish/8.99.2icefish/8.99.1halibut_8.0.6halibut_8.0.5halibut_8.0.4halibut_8.0.3halibut_8.0.2halibut_8.0.1halibut_8.0.0halibut_7.99.3halibut_7.99.2halibut_7.99.1halibut_7.90.0halibut/8.0.6halibut/8.0.5halibut/8.0.4halibut/8.0.3halibut/8.0.2halibut/8.0.1halibut/8.0.0halibut/7.99.3halibut/7.99.2halibut/7.99.1halibut/7.90.0guppy_6.99.4guppy/6.99.48.99.58.99.48.99.38.99.28.99.18.0.68.0.58.0.48.0.38.0.28.0.18.0.07.99.37.99.27.99.17.90.06.99.4halibut
Latest commit to the submodule which encourage the developpers to
use the separate library.
Bug-AGL: SPEC-1689
Change-Id: I5a8d539b881474fb17aabfc9034eb62ecd4f6a67
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 21c9ad0..387ee02 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,6 +18,8 @@ # This is a CMakeLists.txt file meant to be included as submodule into an AGL # app using app-templates subdmodules +message(STATUS "${Yellow}You use the afb-helpers git submodule. Please consider using the separated library.${ColorReset}") +message(STATUS "${Yellow}Migration instructions: http://docs.automotivelinux.org/master/docs/devguides/en/dev/reference/afb-helpers/usage.html${ColorReset}") # Add target to project dependency list PROJECT_TARGET_ADD(afb-helpers) |