-
Notifications
You must be signed in to change notification settings - Fork 553
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
How does this work with CMake & MSVC, without Ninja? #957
Comments
@Zephilinox am facing this same problem. Did you found a solution for this ? |
I'm currently also having this issue. Any advice would be great. |
sorry, I never found a solution. |
Only makefile&ninja be supported? As this fit the rule of static input and expected output, which is cache possible Ref: 1. https://cmake.org/cmake/help/latest/prop_tgt/LANG_COMPILER_LAUNCHER.html |
I ran the following command in powershell
it finds MSVC
after running
cmake --build . --config Release
(once or more) the number of cache hits/misses is unchanged (from previous attempts at this)with Ninja, it looks like
sccache
is being used (but still doesn't work correctly, see other issues I've opened)The text was updated successfully, but these errors were encountered: