From: Romain Forlot Date: Thu, 3 Jan 2019 15:57:08 +0000 (+0100) Subject: Message deprecating the submodule usage X-Git-Tag: 6.99.4^0 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fheads%2Fhalibut;p=apps%2Fapp-afb-helpers-submodule.git Message deprecating the submodule usage 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 --- 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)