-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
when building against OpenSSL, require at least version 1.1.1 #8114
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
Conversation
|
Boost 1.85.0 is minimum available version on 2022 image, while 1.89.0 is currently maximum. https://www.appveyor.com/docs/windows-images-software/#boost |
d139826 to
2bb11bd
Compare
|
@arvidn specifying the OpenSSL version via find_package was introduced in CMake 3.20, correct?! so would that mean that you'd also have to bump |
|
I see. and the appveyor image only has cmake 3.16.2. I may have to bump the image after all |
|
@arvidn How come you don't use something like Below could be discarded then couldn't it? I got a bit further with |
|
3x Python38 left to be changed.... |
|
@xavier2k6 I think that's big enough change to warrant a second PR |
No description provided.