Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[vcpkg] Simplify cmake invokation (microsoft#41196)
There's a [string escaping madness in bootstrap.sh's cmake invokation around line 217, making the script difficult to maintain. I broke it before in PR microsoft#36828 which went into master undetected as it "worked over here" (tm) and isn't executed by the CI, but appearently it wouldn't work on arch linux' bash, resulting in PR microsoft#37047 . microsoft/vcpkg-tool#1380 introduces a CMake Preset that can take over the cmake CLI variable setup. This commit replaces the nested string composition by it's cmake-preset counterpart.
- Loading branch information