cmake: make __idf_build_target global
This commit is contained in:
parent
c946ca8b45
commit
a0f3f1e0cb
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue