Files
esp-idf/tools
Ferdinand Bachmann eb6b36732f 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:34 +01:00
..
2025-12-03 09:54:23 +08:00
2025-06-11 10:56:24 +02:00
2025-06-11 10:56:24 +02:00
2025-06-11 10:56:24 +02:00
2023-09-27 08:43:45 +02:00