| commit | 5fb1726761b09c385ffc9fca30f099a51d873f36 | [log] [tgz] |
|---|---|---|
| author | Matthew Woehlke <matthew.woehlke@kitware.com> | Wed Dec 18 15:55:03 2024 -0500 |
| committer | Brad King <brad.king@kitware.com> | Thu Jan 09 10:23:01 2025 -0500 |
| tree | 67ea9c98f1953ec32c91e5761cecf6c81810fba2 | |
| parent | c44c5b07bec2539b6c346fcdec1f02223193f7c0 [diff] |
cmPackageInfoReader: "Fix" handling of "includes" Rewrite how cmPackageInfoReader parses "includes" to also support language-specific includes (i.e. map-of-string-to-list-of-string). Previously, we only supported the simpler list-of-string shorthand for "includes" that do not have any language-specific includes.