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.
Even after setting the C++ Language Standard property, the extension does not use it to compute a
compiler.cppstd
setting to be used inconan install
; This would be the desirable behaviour, since it successfully devisecompiler.version
andcompiler.runtime
for instance.As a consequence some libraries that require newer standards than the default one fail to install.