conan-vs-extension
conan-vs-extension copied to clipboard
conan install is not respecting C++ Language Standard project property
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.
I've developed a solution in #180 , but only tested it on Visual Studio 2019.