Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tools/cmake/project.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -567,9 +567,9 @@ endfunction()

macro(project project_name)
# Initialize project, preparing COMPONENTS argument for idf_build_process()
# call later using external COMPONENT_DIRS, COMPONENTS_DIRS, EXTRA_COMPONENTS_DIR,
# EXTRA_COMPONENTS_DIRS, COMPONENTS, EXLUDE_COMPONENTS, TEST_COMPONENTS,
# TEST_EXLUDE_COMPONENTS, TESTS_ALL, BUILD_TESTS
# call later using external COMPONENT_DIRS, COMPONENTS_DIRS, EXTRA_COMPONENT_DIRS,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @fermino , I think we can also remove the COMPONENTS_DIRS variable, because I don't see it used anywhere in the build system. It seems only COMPONENT_DIRS is supported. Thank you

# COMPONENTS, EXLUDE_COMPONENTS, TEST_COMPONENTS, TEST_EXLUDE_COMPONENTS,
# TESTS_ALL, BUILD_TESTS
__project_init(components test_components)

__target_set_toolchain()
Expand Down