mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 04:40:56 -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
7 lines
270 B
ReStructuredText
7 lines
270 B
ReStructuredText
allow-fallback-config-mapping
|
|
-----------------------------
|
|
|
|
* The :prop_tgt:`MAP_IMPORTED_CONFIG_<CONFIG>` target property learned
|
|
to interpret empty list elements as referring to the configuration-less
|
|
imported location specified by :prop_tgt:`IMPORTED_LOCATION`.
|