Merge branch 'fix/cmake_uninitialized_vars' into 'master'

fix(build): do not rely on uninitialized  variables and variables set in parent scope

See merge request espressif/esp-idf!39615
This commit is contained in:
Frantisek Hrbata
2025-06-20 08:30:30 +02:00
5 changed files with 8 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
idf_build_get_property(target IDF_TARGET)
set(srcs "")
if(CONFIG_LWIP_ENABLE)
if(NOT ${target} STREQUAL "linux")