mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-04 02:50:58 +02:00
build & config: Add IDF_COMPONENT_MANAGER build property
This commit is contained in:
@@ -224,9 +224,8 @@ function(__component_get_requirements)
|
||||
message(FATAL_ERROR "${error}")
|
||||
endif()
|
||||
|
||||
idf_build_get_property(enable_component_manager __ENABLE_COMPONENT_MANAGER)
|
||||
if(enable_component_manager)
|
||||
# Call for component manager once again to inject dependencies
|
||||
idf_build_get_property(idf_component_manager IDF_COMPONENT_MANAGER)
|
||||
if(idf_component_manager EQUAL 1)
|
||||
idf_build_get_property(python PYTHON)
|
||||
execute_process(COMMAND ${python}
|
||||
"-m"
|
||||
|
Reference in New Issue
Block a user