Merge branch 'bug/strip_dump_machine' into 'master'

tools: strip trailing whitespaces/newline from dump_machine

See merge request espressif/esp-idf!23987
pull/11584/head
Roland Dobai 2023-05-30 23:18:26 +08:00
commit 0be3bbc2d1
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -10,6 +10,7 @@ else()
execute_process(
COMMAND ${CMAKE_C_COMPILER} -dumpmachine
OUTPUT_VARIABLE dump_machine
OUTPUT_STRIP_TRAILING_WHITESPACE
)
endif()
message(STATUS "Compiler supported targets: ${dump_machine}")