mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
fix(cmakev2/kconfig): add missing parentheses after the else condition
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
This commit is contained in:
@@ -137,7 +137,7 @@ function(__consolidate_component_kconfig_files)
|
||||
if(component_projbuild)
|
||||
idf_build_set_property(__KCONFIG_PROJBUILDS "${component_projbuild}" APPEND)
|
||||
endif()
|
||||
else
|
||||
else()
|
||||
if(component_kconfig)
|
||||
idf_build_set_property(__KCONFIGS_EXCLUDED "${component_kconfig}" APPEND)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user