commit | fdd14b1744c13f500000440de11cc27557432766 | [log] [tgz] |
---|---|---|
author | Alex Turbov <i.zaufi@gmail.com> | Tue Jul 05 03:40:57 2022 +0400 |
committer | Brad King <brad.king@kitware.com> | Tue Aug 02 09:46:52 2022 -0400 |
tree | f8f584ecaada64934d9b66feb6cce0043c6481df | |
parent | 08e7fb3cfa80775ea8e50862180e4c3da6af9717 [diff] |
cmFindPackageCommand: Deduplicate directory listing code The `cmFileListGeneratorProject` and `cmFileListGeneratorMacProject` was look very similar 'cept few lines. Now they have a base class and the generator-specific logic has moved to overrides.