overte/tools/conan-profiles/vs-19-relwithdebinfo
Julian Groß 989818daf2 Fix "The compiler.cppstd is not defined for this configuration".
True edge case in Conan. It seems that the cache logic works without setting compiler.cppstd, while building requires it in some cases. On my system, everything requiring it was already cached, so I didn't run into any errors while building even without it being set.
2025-06-04 02:33:13 +02:00

13 lines
No EOL
269 B
Text

[settings]
os=Windows
os_build=Windows
arch=x86_64
arch_build=x86_64
compiler=Visual Studio
compiler.cppstd=17
compiler.version=16
build_type=RelWithDebInfo
# Build fails on Windows with C++17
webrtc-audio-processing*:compiler.cppstd=20
[options]
Overte/*:qt_source=aqt