Conan 1.x: Fix VCVars for Clang with v14.4 toolset#16932
Conversation
memsharded
left a comment
There was a problem hiding this comment.
I think this should be very low risk, so no problem with merging this for next Conan 1.66
|
There is a test that is failing: conans/test/integration/test_migrations.py::TestMigrations::test_migrations_matches_config This test checks the migration is working fine. This is an inconvenient way of updating the settings.yml in Conan 1.X, fortunately this was improved in Conan 2 and such migrations are fully automatic. |
I have just fixed it, it should pass now |
Changelog: Bugfix: Fix
LLVM/Clangenablement ofvcvarsfor latestv14.4toolset version after VS 17.10 updateDocs: conan-io/docs#3830
Close #16930
Partially backports #16374. The
tools.microsoft:msvc_updateconf property is not present in Conan 1 so its usage is omitted.This change should not break any existing users because it only adds code paths which run when the
compiler.runtime_versionsetting is updated tov144, only forclangand only in theVCVarsgenerator.developbranch, documenting this one.