mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
cmake: make __idf_build_target global
This commit is contained in:
@@ -127,7 +127,7 @@ endfunction()
|
||||
#
|
||||
function(__build_init idf_path)
|
||||
# Create the build target, to which the ESP-IDF build properties, dependencies are attached to
|
||||
add_library(__idf_build_target STATIC IMPORTED)
|
||||
add_library(__idf_build_target STATIC IMPORTED GLOBAL)
|
||||
|
||||
set_default(python "python")
|
||||
|
||||
|
Reference in New Issue
Block a user