Open jdoubleu opened 3 years ago
Hey ! I have the same problem on a custom CMake project always failing with No such file or directory
on project_description.json
.
Did you found a workaround ?
Hi @EpicKiwi! Could give more information about the use case? The original is quite old and for v4.3. Are you also faced with this issue on v4.3? Have you tried it on the master?
Environment
git describe --tags
to find it):v4.3
Problem Description
When using the custom CMake project setup, the
project_description.json
will not be generated. That file is crucial for other tools likeidf.py monitor
.The
project_description.json
will only be created by the default setup fromproject.cmake
.It would be nice, if
__project_info
could be exposed somewhere else, for example intools/cmake/idf.cmake
so that custom CMake projects could include it to setup all necessary meta information.