mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-10 08:38:59 +00:00
If this property has an empty list entry, check for `IMPORTED_LOCATION` instead of `IMPORTED_LOCATION_<CONFIG>`. This allows custom imported targets to have some configurations mapped and others fall back to a default location. Closes: #16280