Skip to content

Commit 9a74a50

Browse files
committed
docs(cmake): Fix typo in reference to EXTRA_COMPONENT_DIRS
This fixes a typo in a comment that references EXTRA_COMPONENT_DIRS in project.cmake.
1 parent 683ddf8 commit 9a74a50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/cmake/project.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -567,8 +567,8 @@ endfunction()
567567

568568
macro(project project_name)
569569
# Initialize project, preparing COMPONENTS argument for idf_build_process()
570-
# call later using external COMPONENT_DIRS, COMPONENTS_DIRS, EXTRA_COMPONENTS_DIR,
571-
# EXTRA_COMPONENTS_DIRS, COMPONENTS, EXLUDE_COMPONENTS, TEST_COMPONENTS,
570+
# call later using external COMPONENT_DIRS, COMPONENTS_DIRS, EXTRA_COMPONENT_DIRS,
571+
# EXTRA_COMPONENT_DIRS, COMPONENTS, EXLUDE_COMPONENTS, TEST_COMPONENTS,
572572
# TEST_EXLUDE_COMPONENTS, TESTS_ALL, BUILD_TESTS
573573
__project_init(components test_components)
574574

0 commit comments

Comments
 (0)