1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-29 02:40:11 -04:00

9 lines
250 B
CMake

#
# Warn if the toolchain version doesn't match
#
if(NOT ${target} STREQUAL "linux")
get_expected_ctng_version(expected_toolchain expected_gcc)
gcc_version_check("${expected_gcc}")
crosstool_version_check("${expected_toolchain}")
endif()