| commit | 6ebf0e1a46ddc3a93421b33af7ffc99f2c89c282 | [log] [tgz] |
|---|---|---|
| author | scivision <scivision@users.noreply.github.com> | Mon Aug 21 00:40:34 2023 -0400 |
| committer | Brad King <brad.king@kitware.com> | Mon Sep 11 08:47:09 2023 -0400 |
| tree | 2350e45854e10583f1ee2947bee8f4da4718e56d | |
| parent | 1345928f9693a038153c43f09128bac0419d91ed [diff] |
Ninja: Use absolute path to COMSPEC if possible If the COMSPEC is set to an absolute path, use it instead of just `cmd.exe`. This avoids searching for the tool in the current working directory and the `PATH`. If COMSPEC is not set to an absolute path, fall back to the existing behavior. Issue: #18350