cmake-rs icon indicating copy to clipboard operation
cmake-rs copied to clipboard

Change `--build` to use an absolute path

Open tgross35 opened this issue 1 year ago • 0 comments

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.

tgross35 avatar Dec 07 '23 18:12 tgross35