conan-io / hooks

Official Conan client hooks
MIT License
32 stars 46 forks source link

[conan-center] The custom method _is_msvc is no longer needed #441

Closed uilianries closed 2 years ago

uilianries commented 2 years ago

New Conan Center hook entry: 72 - MSVC TOOLS

The first step is suggesting the deprecation of _is_msvc.

Related to conan-io/conan-center-index#11949

/cc @prince-chrismc

WIKI INFO:

#KB-H072: "MICROSOFT TOOLS"

Some custom and popular methods involving Microsoft compiler has been adopted to Conan client. Use only methods provided by conan.tools.microsoft import instead of adopting custom methods, they are better maintained and easier to update.

uilianries commented 2 years ago

It should be moved to CCI linter.