| commit | b0f830ced6552b055bc73de470a4631aa3a14430 | [log] [tgz] |
|---|---|---|
| author | Brad King <brad.king@kitware.com> | Thu Jun 17 08:25:04 2021 -0400 |
| committer | Brad King <brad.king@kitware.com> | Thu Jun 17 08:25:04 2021 -0400 |
| tree | f935a2f38d6352730798e6c9fdaab1837ee9ca82 | |
| parent | 3fd65f5ca601d38c7b2ee8c99b148df31cea1acd [diff] |
VS: Do not apply any '/external:*' flag table mapping on VS < 16.10 Since commit 887e9df0c7 (VS: Update v142 CL flag table for VS 16.10, 2021-06-04) we map several `/external:*` flags to their corresponding `.vcxproj` elements. These elements were added to `cl.xml` in VS 16.10, so filter them out in older VS versions. Add a field to the json flag table format to specify the minimum version of VS needed for a given mapping. Issue: #22308