]> granicus.if.org Git - esp-idf/commit
cmake: expand build components before generating config
authorRenz Christian Bagaporo <renz@espressif.com>
Fri, 24 May 2019 10:32:42 +0000 (18:32 +0800)
committerRenz Christian Bagaporo <renz@espressif.com>
Tue, 11 Jun 2019 10:09:26 +0000 (18:09 +0800)
commit33dd7011be064abf94e3c6e80887684796df4b40
tree063531daba8f4eb73a94eb30a823c5ea0055ac0d
parent767455dbeb62f6012a43499fd7838bf3c4a9c2bc
cmake: expand build components before generating config

!4452 had config generation first before building the component list
to be used in the build. This proved to be detrimental when a new target
is added as config generation would consider configs from both targets.
tools/cmake/build.cmake
tools/cmake/kconfig.cmake