fix(cmakev2/kconfig): add missing parentheses after the else condition

Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
This commit is contained in:
Frantisek Hrbata
2025-08-01 14:58:57 +02:00
committed by BOT
parent 6249c46617
commit f1b143a23b

View File

@@ -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()