conan-io / conan-vs-extension

Conan Extension for Visual Studio
https://marketplace.visualstudio.com/items?itemName=conan-io.conan-vs-extension
MIT License
59 stars 34 forks source link

conan install is not respecting C++ Language Standard project property #181

Closed tarc closed 4 months ago

tarc commented 3 years ago

Even after setting the C++ Language Standard property, the extension does not use it to compute a compiler.cppstd setting to be used in conan install; This would be the desirable behaviour, since it successfully devise compiler.version and compiler.runtime for instance.

As a consequence some libraries that require newer standards than the default one fail to install.

tarc commented 3 years ago

I've developed a solution in #180 , but only tested it on Visual Studio 2019.