diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2019-01-03 17:05:03 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2019-01-04 16:19:58 +0100 |
commit | f1c3b6be4e006b97940c480ee416eb461ec36e2c (patch) | |
tree | a8b533bdf143c5f5f63e1c7768f12a1d4e74f7ab /CMakeLists.txt | |
parent | 2e97ca3fe775a7ea3d2dfcb20c2674336a73d5e1 (diff) |
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: Ieb1ba776917194e163df57e7b83d45139e1f3134
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a6c55d7..3d68029 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,3 +18,6 @@ # This component should be included as a submodule and wont compile as standalone add_subdirectory("ctl-lib") + +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/ctrler/Usage.html${ColorReset}") |