mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
c9349cc1b9
Previously the command did not allow naming targets on the LHS that were not created in the calling directory. Lift this restriction to enable more flexible use by projects. Fixes: #17943
5 lines
190 B
Plaintext
5 lines
190 B
Plaintext
-- mainexeUnknownImportedGlobal: mainlib;sublib
|
|
-- mainlibUnknownImportedGlobal: mainlib;sublib
|
|
-- subexeUnknownImportedGlobal: mainlib;sublib
|
|
-- sublibUnknownImportedGlobal: mainlib;sublib
|