From f1c3b6be4e006b97940c480ee416eb461ec36e2c Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 3 Jan 2019 17:05:03 +0100 Subject: 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 --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) 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}") -- cgit 1.2.3-korg