conan-vs-extension icon indicating copy to clipboard operation
conan-vs-extension copied to clipboard

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

Open tarc opened this issue 4 years ago • 1 comments

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 avatar Sep 18 '20 23:09 tarc

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

tarc avatar Sep 18 '20 23:09 tarc