Files
esp-idf/tools
Ferdinand Bachmann bfb2c74b20 fix(cmake): Fix "IMPORTED_LOCATION not set for imported target" errors
esp-idf uses imported targets as dummy targets that are never linked.
Previous CMake versions would ignore these and not error on unset
IMPORTED_LOCATION if they are never actually linked. CMake 4.2 and newer
errors during codemodel-v2 api queries when imported targets are missing
IMPORTED_LOCATION, so set a dummy location that would error when
actually linked, which fixes the error during api queries.

Closes https://github.com/espressif/esp-idf/pull/18103
2026-01-16 12:11:20 +01: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