Remove message from CMakeLists

This commit is contained in:
ArthurSonzogni
2025-05-29 09:13:09 +02:00
parent d178bc1a95
commit 50467783a6

View File

@@ -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/.*")