mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-13 09:58:29 -05:00
2bb3d9b644
The default config was an empty string when a `multi-config` generator is used. An if check was added for those situations. If a source file has a specific config configuration, it is used with `$<CONFIG>` in the `multi-config` generator usage. Fixes: #24848