Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid error when powershell isn't found in path (#37188)
Previously the REQUIRED flag made CMake fail with an error if `powershell` wasn't found on line 193. This prevented the `else` block on lines 197-198 from ever running.
- Loading branch information