]> granicus.if.org Git - esp-idf/commit
cmake: revert using EXCLUDE_FROM_ALL when adding component subdirectories
authorRenz Christian Bagaporo <renz@espressif.com>
Fri, 31 May 2019 07:27:11 +0000 (15:27 +0800)
committerRenz Christian Bagaporo <renz@espressif.com>
Tue, 11 Jun 2019 10:09:26 +0000 (18:09 +0800)
commit6365658d3fb481ed45bd143ce7c1cc54d4f7ec45
treedca7e06b24b4741b79b5c0363994a21d7f6948f2
parentf0f861ccd9912f93a43b51037655e4cb5bfb0127
cmake: revert using EXCLUDE_FROM_ALL when adding component subdirectories

Reverting (for now) the change in !4452 to use EXCLUDE_FROM_ALL.
Apparently this also affects custom targets with ALL option specified,
not causing them to be built with the project.

This is apparently a bug which has a merged fix:
https://gitlab.kitware.com/cmake/cmake/merge_requests/2816
CMakeLists.txt