mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-22 09:06:27 +00:00
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:
@@ -1,4 +1,5 @@
|
||||
idf_build_get_property(target IDF_TARGET)
|
||||
set(srcs "")
|
||||
|
||||
if(CONFIG_LWIP_ENABLE)
|
||||
if(NOT ${target} STREQUAL "linux")
|
||||
|
Reference in New Issue
Block a user