mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
By default, CMake message() commands prints to stderr. IDEs like Eclipse show stderr output in red, which looks as if this is some kind of error. Use message(STATUS) instead.