conan-io / conan-package-tools

Conan Package Tools. Helps with massive package creation and CI integration (Travis CI, Appveyor...)
MIT License
165 stars 70 forks source link

Add MSVC compiler support throughout CPT #580

Closed Croydon closed 2 years ago

Croydon commented 2 years ago

CPT should start supporting the new MSVC compiler model from the Conan client.

Thankfully, the current support for the MS compiler was named VISUAL in most places (except one internal test as fast as a very quick search showed), so the term MSVC can be used for environment variables like CONAN_MSVC_VERSIONS

jwillikers commented 2 years ago

This would make CPT way more useful.