mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/xtensa_cmake_stderr_message' into 'master'
xtensa: don't print debug messages to stderr See merge request espressif/esp-idf!23439
This commit is contained in:
commit
1f7c4b5690
@ -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 "
|
||||
|
Loading…
Reference in New Issue
Block a user