mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-29 11:55:00 +00:00
fe94c95ad6
The toolchain files are using the remove_duplicated_flags function from utilities.cmake. However, we want to avoid mixing utilities from cmakev1 and cmakev2. Use `IDF_BUILD_VER_TAG` to include utilities from the currently used build system version. Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>