mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-09 00:29:55 -06:00
If a target is exported, and a library it depends on is not part of the same export set, before this patch cmake errored out. With this patch, it now checks whether the missing target is exported somewhere else exactly once, and accepts in this case (because then it can determine the namespace for the missing target and use this). Alex
2.1 KiB
2.1 KiB