Skip to content

Conversation

@tgross35
Copy link
Contributor

@tgross35 tgross35 commented Dec 7, 2023

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.

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 tgross35 merged commit a6ed009 into rust-lang:master Aug 19, 2024
@tgross35 tgross35 deleted the patch-1 branch August 19, 2024 10:38
tgross35 pushed a commit that referenced this pull request Dec 11, 2025
When a path is canonicalized on Windows, a `\\?\` prefix is used.
However, it appears that cmake can have problems with that. This simply
attempts to remove the prefix as we do still want to use absolute path
here due to #200.

Fixes #258
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant