mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 13:50:10 -05:00
3b8e56a50f
The INTERFACE_LIBRARY type does not have any LOCATION at all, so return early from GetMappedConfig. GetMappedConfig is called from two locations, one of which already pre-checks the INTERFACE_LIBRARY case. Remove that pre-check and handle that case inside the method instead.