Open grmcdorman opened 6 months ago
@grmcdorman have you made any progress on this since you reported it? I've run into the same problem and I don't know what the solution might be?
@grmcdorman have you made any progress on this since you reported it? I've run into the same problem and I don't know what the solution might be?
We haven't attempted to fix this, we're simply using the old version. There do not appear to be any security issues with the old version, so there's no compelling reason to upgrade.
Description
With the conanfile.py specified below,
conan install -s compiler.version=16 --build=missing conanfile.py
fails:Did not try Visual 2022 (version 17), as that requires a build of OpenSSL that I'm not wanting to take the time right now.
Package and Environment Details
Conan profile
[settings] os=Windows os_build=WIndows arch=x86_64 arch_build=x86_64 compiler=Visual Studio compiler.version=17 build_type=Release
Steps to reproduce
conan install -s compiler.version=16 --build=missing conanfile.py
Logs