From 50467783a658dcd538bda78ba31070ea19de739a Mon Sep 17 00:00:00 2001 From: ArthurSonzogni Date: Thu, 29 May 2025 09:13:09 +0200 Subject: [PATCH] Remove message from CMakeLists --- doc/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 6aa536df..ce0f3ad8 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -23,7 +23,6 @@ set(DOM_EXAMPLES "") set(COMPONENT_EXAMPLES "") get_property(EXAMPLES GLOBAL PROPERTY FTXUI::EXAMPLES) -message(STATUS "Initial FTXUI::EXAMPLES = '${EXAMPLES}'") # Check this value foreach(example IN LISTS EXAMPLES) if(example MATCHES "^dom/.*")