Files
esp-idf/tools
Frantisek Hrbata b12bc58494 fix(cmake): disable MINIMAL_BUILD build property if COMPONENTS is defined
The MINIMAL_BUILD build property and the COMPONENTS variable are both
used to determine the initial component list for the build.

Currently, if the COMPONENTS variable is set, the MINIMAL_BUILD logic
is ignored during component selection, but the MINIMAL_BUILD build
property remains set. This leads to an inconsistent state where
menuconfig displays information indicating MINIMAL_BUILD is active,
even though it was ignored in favor of the COMPONENTS variable.

Fix this by setting the MINIMAL_BUILD property to OFF if the
COMPONENTS variable is used.

Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2026-01-16 13:00:38 +08:00
..
2025-12-30 10:53:16 +08:00
2025-06-11 10:56:38 +02:00
2025-06-11 10:56:38 +02:00
2025-06-11 10:56:38 +02:00
2025-06-11 10:56:38 +02:00
2025-06-11 10:56:38 +02:00
2024-11-12 17:02:26 +08:00
2023-09-27 08:43:45 +02:00
2025-08-01 10:15:04 +02:00
2025-03-27 12:30:23 +01:00