-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[boost] Can't override Boost_COMPILER when building with clang-cl #32336
Comments
Use |
This issue hasn’t been updated in 3 month, if it is still an issue, please reopen this issue. |
No plans to upstream the fix? |
@lemourin, If there is an update to this issue I will reopen it. |
This solution is no longer working for |
What exactly is not working? Logs please. |
Similar error as here. I logged the issue here #35369 without referring to your ports. But you can test with your ports with the same result for |
|
I retested it. If I keep only the following of your ports, it doesn't work: |
ah probably |
This worked. |
vcpkg overrides Boost_COMPILER here regardless of whether user tries to set this flag in either toolchain file or cmake cache. This is a problem when trying to build with clang-cl, for which the Boost_COMPILER flag should be "-clangw143". When this flag is not set correctly then cmake can't find boost libraries.
I'm trying to build a library that depends on boost-regex using x64-win-llvm-static triplet from here.
The text was updated successfully, but these errors were encountered: