mirror of
https://github.com/overte-org/overte.git
synced 2025-08-19 19:00:52 +02:00
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.
15 lines
No EOL
320 B
Text
15 lines
No EOL
320 B
Text
[settings]
|
|
os=Windows
|
|
arch=x86_64
|
|
compiler=msvc
|
|
compiler.cppstd=17
|
|
compiler.version=192
|
|
compiler.runtime=dynamic
|
|
compiler.runtime_type=Debug
|
|
build_type=Debug
|
|
# Build fails on Windows with C++17
|
|
webrtc-audio-processing*:compiler.cppstd=20
|
|
[conf]
|
|
tools.cmake.cmaketoolchain:generator=Ninja
|
|
[options]
|
|
Overte/*:qt_source=aqt |