-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[package] bzip2/1.0.8: Cannot build with MSVC, seemingly incorrect CMake generator detection #8420
Comments
Set Anyway, |
Thanks for your quick reply.
Sorry, I forgot to mention I had done that previously and it did not make a difference. I regenerated the profile using
Copy, it looks like |
It works on my computer, and I have also MinGW. |
Found the issue: I had to update my system cmake to allow By any chance, would you know if there is a way to cue |
it was changed specifically that |
msvc is recommended, but none CCI recipe supports it 😐 |
once we add Visual Studio 2022, it will be |
Yeah I wanted to avoid that as in my case the profile is automatically generated, but if it's temporary I can afford handling the VS2022 case separately with a few
Great, I'll watch this space! I guess that issue can be closed. Sorry for my naive questions, I used conan a few years ago and did not really keep up with the latest developments... |
Package and Environment Details (include every applicable attribute)
Conan profile (output of
conan profile show default
orconan profile show <profile>
if custom profile is in use)Steps to reproduce (Include if Applicable)
Logs (Include/Attach if Applicable)
The build fails on configuring CMake, which uses the `Mingw Makefiles` generator instead of Visual Studio 17 as per the profile. It seems wrong, maybe I am missing a step or have forgotten to setup something? I encountered this issue while trying to update the boost recipe to use the newly released 1.78.0 version.
The text was updated successfully, but these errors were encountered: