set(REQUIRES json)
to CMakeLists.txt of my library
I thought it was working but it didn't finish building
this is the correct way
Code: Select all
set(COMPONENT_REQUIRES "json")Code: Select all
set(COMPONENT_REQUIRES "json")Nope, still happens on IDF 4.2.1Did anyone fix it?
This is annoying because it is often confused with ctrl + B.