-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
CMAKE_${lang}_CL_SHOWINCLUDES_PREFIX is not properly set for RC #22
Comments
Just FWIW, I've now reproduced this issue too (sorry for the long delay). |
As mentioned in #29, the issue seems to be that rules.ninja contains a command that looks like So the next steps would be to try to make the |
Oh, there seems to be another workaround too - you can set |
Even better. It seems pretty trivial to make CMake not set |
The fix in https://gitlab.kitware.com/cmake/cmake/-/merge_requests/6843 was merged now, so this will be fixed out of the box upstream since 3.23.0. |
In MSVC RC there is an issue with unfiltered command prefix. As the issue seems to be rather CMake/Ninja-specific, I have filled it there: https://gitlab.kitware.com/cmake/cmake/-/issues/21760
The text was updated successfully, but these errors were encountered: