You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cannot make it interact with IDF component manager
If main consuming app uses COMPONENTS main then pure cmake component can't find things like idf::nvs_flash
What do you recommend to overcome these issues, especially the first one?
Placing dependency management out in consuming app feels more like a workaround than a solution
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Pure CMake component dependencies
Pure CMake component dependencies (IDFGH-13050)
Jun 17, 2024
github-actionsbot
changed the title
Pure CMake component dependencies (IDFGH-13050)
Pure CMake component dependencies (IDFGH-13050) (PACMAN-932)
Jul 3, 2024
Answers checklist.
General issue report
I'm exploring "pure" CMake components (libraries only) as per
https://docs.espressif.com/projects/esp ... components
Two related issues I face:
COMPONENTS main
then pure cmake component can't find things likeidf::nvs_flash
What do you recommend to overcome these issues, especially the first one?
Placing dependency management out in consuming app feels more like a workaround than a solution
The text was updated successfully, but these errors were encountered: