From f30b414bbc028caed191d70dfa77a9fa69cbbe4a Mon Sep 17 00:00:00 2001 From: Fabio Baltieri Date: Thu, 6 Jun 2024 15:31:14 +0100 Subject: [PATCH] build: drop the CONFIG_LEGACY_GENERATED_INCLUDE_PATH message Does not make much sense to ship the project with a config that by default print a warning for a not-yet-deprecated feature. Let's drop it for now, we can reintroduce it once the default is changed. Signed-off-by: Fabio Baltieri --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 05c50b119bc..0afc945667b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -111,11 +111,6 @@ zephyr_library_named(zephyr) if(CONFIG_LEGACY_GENERATED_INCLUDE_PATH) zephyr_include_directories(${PROJECT_BINARY_DIR}/include/generated/zephyr) - message(WARNING " - Warning: CONFIG_LEGACY_GENERATED_INCLUDE_PATH is currently enabled by default - so that user applications can continue to use the legacy include paths for the - generated headers. This Kconfig will be deprecated and eventually removed in - the future releases.") endif() zephyr_include_directories(