commit | cd217739f7883e8cfcac965b1a6cd83d24222c39 | [log] [tgz] |
---|---|---|
author | Matthew Woehlke <matthew.woehlke@kitware.com> | Thu Jul 25 13:03:42 2024 -0400 |
committer | Matthew Woehlke <matthew.woehlke@kitware.com> | Thu Jul 25 18:33:35 2024 -0400 |
tree | c9d6f05413feb4fa36b1e8358982850841d94ae9 | |
parent | 262a89c92b4c736fd07268bf868779256afb0d9d [diff] |
export: Refactor obtaining export information Refactor methods in the build and install export file generators to have the same, simplified API. Expose the resulting method as an abstract method on the base class, so that it can be called from mode-agnostic generators. While we're at it, refactor cmExportInstallFileGenerator's version to use std::any_of.