Reading through the Build System docs at https://docs.espressif.com/projects/esp ... ystem.html, it would appear using
- include(ExternalProject)
- ExternalProject_add(...)
The error reads
It appears the "include" command is what trips the build-system error and not including "ExternalProject" will result in an "unknown command ExternalProject_add" error. CMake commands are case-insensitive. Are there any examples of a component wrapper for a non-component library or any examples of how a component can use "ExternalProject_add" in ESP-IDFv5.1.2+?CMake Error at
/opt/homebrew/Cellar/cmake/3.25.1/share/cmake/Modules/ExternalProject.cmake:1256
(define_property):
define_property command is not scriptable
OS: Mac OS Sonoma 14.2.1
CMake version: 3.25.1
ESP-IDF version: v5.1.2-602-gdb1e54a0c53