Search found 1 match

by christian.volk
Mon Jan 13, 2020 2:02 pm
Forum: ESP-IDF
Topic: Narrow down the build to really required components
Replies: 1
Views: 2079

Narrow down the build to really required components

Hi all, currently I'm trying to shrink the amount of compiled components to the absolutely minimum. If I add the following line into to toplevel CMakeLists.txt of hello-world-example: set(COMPONENTS "main") I get the following error during build of the project: CMake Error at C:/Development/esp-idf/...