| commit | 7cd0adab1b0149fe227c4eda3bd085e2d1f4dd52 | [log] [tgz] |
|---|---|---|
| author | Ben Boeckel <ben.boeckel@kitware.com> | Fri Nov 17 22:59:28 2023 -0500 |
| committer | Brad King <brad.king@kitware.com> | Thu Nov 23 14:26:31 2023 -0500 |
| tree | 3ce271d10ddb07a85f23874cd1d95f0dca2ffd03 | |
| parent | 1175f1c874a7cd34d643902bc428df92bce3471a [diff] |
cmCommonTargetGenerator: use modules from linked object-referenced targets Fortran modules provided by objects added as linked items via `$<TARGET_OBJECTS>` should also be considered as "linked targets" for collation purposes. As C++ modules have their own visibility rules through their `FILE_SET` feature, do not expose these for C++ module collation.