-
Notifications
You must be signed in to change notification settings - Fork 262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ConfigPackageLocation needs to be absolute path #2893
Comments
Could you post a longer file but add the |
That is a distinctly odd path to see on Cygwin ( |
@DennisHeimbigner as I recall there is a cygwin environmental variable which can be used to modify the pathing scheme cygwin uses. I forget what it is, off the top of my head, but could that be at play here? |
CYGWIN and CYGWIN_NOWINPATH (alternate description) are the environment variables that I know of that affect Cygwin path handling, but neither of those mention that kind of path handling. Support for Windows absolute paths varies on Cygwin: some programs handle them just fine, others see they start with a letter and decide they're relative paths, which results in some odd file names, especially if you don't notice for a while. |
Using cmake version 3.28.3 under Cygwin.
When I started using the new changes to the cmake build, I encountered this error
Has anyone else seen this?
The text was updated successfully, but these errors were encountered: