commit | 36056ff5a38e72f2edf7f042d594d0356301bb9e | [log] [tgz] |
---|---|---|
author | Brad King <brad.king@kitware.com> | Thu Mar 17 13:50:12 2022 -0400 |
committer | Brad King <brad.king@kitware.com> | Thu Mar 17 13:50:12 2022 -0400 |
tree | 4d3524841fb026742a2e642079f4e7b695c010a5 | |
parent | e91c23402ea8d260339533a0ca2895bddc8a3c22 [diff] |
cmake: Improve acceptance of arbitrary arguments in -P script mode The fix in commit e4f1b301fe (cmake: Allow arbitrary args passed to CMake script, 2020-05-04, v3.18.0-rc1~211^2) only applied to "cache" arguments like `-DFOO`. Extend the fix to allow arbitrary arguments that collide with other CMake arguments like `-S` and `-B`.