mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-05 12:25:03 +02:00
cmake: Allow selecting toolchain file based on config
Refactor IDF "project" functionality under a wrapping of the default "project" command, so we can tweak it a bit... Will need more testing in other environments.
This commit is contained in:
committed by
Angus Gratton
parent
04a944598f
commit
abef220b13
@@ -1,4 +1,4 @@
|
||||
if(IS_BOOTLOADER_BUILD)
|
||||
if(BOOTLOADER_BUILD)
|
||||
return() # don't keep recursing!
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user