We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi. Thanks for your project, it's incredibly helpful.
I noticed that on Windows when specifying llvm compiler cmake still always chooses mvsc despite correctly specified environment variables.
I'm currently doing a separate step just for windows with llvm, but it seems like hackwork.
Can your wonderful project affect cmake from the outside, or is this a limitation of cmake and a hack is inevitable?
The text was updated successfully, but these errors were encountered:
Thank you. Glad that you've found it useful
What generator are you using with cmake? Can you share the reproduction?
I believe CMake by default doesn't use Clang unless you specify Ninja as the generator
-DCCMAKE_GENERATOR='Ninja MultiConfog'
Sorry, something went wrong.
No branches or pull requests
Hi. Thanks for your project, it's incredibly helpful.
I noticed that on Windows when specifying llvm compiler cmake still always chooses mvsc despite correctly specified environment variables.
I'm currently doing a separate step just for windows with llvm, but it seems like hackwork.
Can your wonderful project affect cmake from the outside, or is this a limitation of cmake and a hack is inevitable?
The text was updated successfully, but these errors were encountered: