Hi, I'm trying to include FastLED (master) as an IDF component in ESP-IDF v4.4 but the build fails. I'm using Arduino core (master) as in https://docs.espressif.com/projects/arduino-esp32/en/latest/esp-idf_component.html. Using the `CmakeLists.txt` from https://github.com/FastLED/FastLED/pull/1352, this is my build log: [build.txt](https://github.com/FastLED/FastLED/files/8397781/build.txt) When targeting ESP32 the build succeeds. Thank you, any help is appreciated!