esp-idf/components/bootloader/subproject
Ivan Grokhotkov c392c06216
cmake: remove -D prefix from COMPILE_DEFINITIONS property
Unlike COMPILE_OPTIONS, COMPILE_DEFINITIONS CMake property assumes
values without the -D prefix, such as NAME or NAME=VAL.
Previously, IDF build system was passing COMPILE_DEFINITIONS build
property to CMake COMPILE_OPTIONS property, so -D prefix was not
a problem.
Now that COMPILE_DEFINITIONS CMake property is used, -D prefix has
to be removed.

(Note that this doesn't affect 'target_compile_definitions' function,
which strips -D prefix before adding the definition to the property.)
2022-09-20 11:08:02 +02:00
..
components/micro-ecc Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
main use enum and designated initializers in soc_memory_type define 2022-07-29 17:07:41 +08:00
.gitignore build system: Use component.mk for all components, refactor bootloader build 2017-07-19 09:10:48 +10:00
CMakeLists.txt cmake: remove -D prefix from COMPILE_DEFINITIONS property 2022-09-20 11:08:02 +02:00