cmake-rs
cmake-rs copied to clipboard
Change `--build` to use an absolute path
We do set the current directory, but it seems that some flavors of CMake on Windows still fail with the following:
MSBUILD : error MSB1009: Project file does not exist.
Change to using an absolute path which should improve this.