From a0f3f1e0cb3b91777d5758888c441db74041129d Mon Sep 17 00:00:00 2001 From: Renz Bagaporo Date: Wed, 13 May 2020 15:38:20 +0800 Subject: [PATCH] cmake: make __idf_build_target global --- tools/cmake/build.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cmake/build.cmake b/tools/cmake/build.cmake index d7b91e34f..3f93f00b4 100644 --- a/tools/cmake/build.cmake +++ b/tools/cmake/build.cmake @@ -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")