mirror of
https://github.com/espressif/esp-idf
synced 2025-03-20 14:39:14 -04:00
When GEN_FILES is enabled, Perl interpreter should be available. There is a check in mbedTLS that disables GEN_FILES on Windows (where Perl is not available by default) but it is broken for recent CMake versions. Also set Python interpreter to the one IDF uses, just to avoid calling into some other Python version which CMake might manage to find.