rust-lang / cmake-rs

Rust build dependency for running cmake
https://docs.rs/cmake
Apache License 2.0
301 stars 121 forks source link

Change `--build` to use an absolute path #200

Closed tgross35 closed 2 weeks ago

tgross35 commented 9 months ago

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.