mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
Works around bug where components/soc/CMakeLists.txt was testing "EXISTS ${COMPONENT_PATH}/${SOC_NAME}" and this test could pass during early expansion if COMPONENT_PATH was empty and a directory /esp32 exists on Windows. Closes https://github.com/espressif/esp-idf/issues/3195