]> granicus.if.org Git - esp-idf/commit
cmake: Fix issues when IDF_PATH is not set in environment
authorAngus Gratton <angus@espressif.com>
Fri, 15 Jun 2018 04:59:45 +0000 (14:59 +1000)
committerAngus Gratton <gus@projectgus.com>
Mon, 18 Jun 2018 04:48:03 +0000 (14:48 +1000)
commitbf10447b82f5c34f9c97bbeb9a879f2a903a7e11
tree0b9315d7f05f8d685b91c71e5e8900fd871fd346
parentbe829afe6edd280820442bf7d4638ebd78c09990
cmake: Fix issues when IDF_PATH is not set in environment

Support cases where IDF_PATH may be passed in on the cmake command line,
or inferred from a (hardcoded absolute or relative) path to project.cmake
components/bootloader/project_include.cmake
components/bootloader/subproject/CMakeLists.txt
tools/ci/test_build_system_cmake.sh
tools/cmake/idf_functions.cmake
tools/cmake/project.cmake
tools/idf.py