You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regarding to build-system.rst documentation variables COMPONENT_EXTRA_INCLUDES and COMPONENT_BUILD_DIR should be used for component specific settings. This is fully working with component.mk. But this won't work within CMakeLists.txt for the same component.
Code to reproduce this issue
Sample component.mk
## "main" pseudo-component makefile.## (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)COMPONENT_EXTRA_INCLUDES=$(COMPONENT_BUILD_DIR)/generated
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
cmake environment does not support COMPONENT_EXTRA_INCLUDES and COMPONENT_BUILD_DIR
cmake environment does not support COMPONENT_EXTRA_INCLUDES and COMPONENT_BUILD_DIR (GIT8266O-369)
Jan 5, 2020
Environment
Problem Description
Regarding to build-system.rst documentation variables COMPONENT_EXTRA_INCLUDES and COMPONENT_BUILD_DIR should be used for component specific settings. This is fully working with
component.mk
. But this won't work withinCMakeLists.txt
for the same component.Code to reproduce this issue
Sample
component.mk
Sample
CMakeLists.txt
The text was updated successfully, but these errors were encountered: