mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 07:11:05 -06: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