diff --git a/components/xtensa/project_include.cmake b/components/xtensa/project_include.cmake index 39e277fc7f..687d424749 100644 --- a/components/xtensa/project_include.cmake +++ b/components/xtensa/project_include.cmake @@ -12,7 +12,7 @@ else() OUTPUT_VARIABLE dump_machine ) endif() -message("Compiler supported targets: ${dump_machine}") +message(STATUS "Compiler supported targets: ${dump_machine}") if(NOT (${CMAKE_SYSTEM_NAME} STREQUAL "Generic" AND ${dump_machine} MATCHES xtensa)) message(FATAL_ERROR "Internal error, toolchain has not been set correctly by project "