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.
This commit is contained in:
Julian Groß 2025-06-04 02:33:13 +02:00
parent fc31d91771
commit 989818daf2
10 changed files with 10 additions and 0 deletions

View file

@ -2,6 +2,7 @@
os=Windows
arch=x86_64
compiler=msvc
compiler.cppstd=17
compiler.version=192
compiler.runtime=dynamic
compiler.runtime_type=Debug

View file

@ -2,6 +2,7 @@
os=Windows
arch=x86_64
compiler=msvc
compiler.cppstd=17
compiler.version=192
compiler.runtime=dynamic
compiler.runtime_type=Debug

View file

@ -2,6 +2,7 @@
os=Windows
arch=x86_64
compiler=msvc
compiler.cppstd=17
compiler.version=192
compiler.runtime=dynamic
compiler.runtime_type=Release

View file

@ -2,6 +2,7 @@
os=Windows
arch=x86_64
compiler=msvc
compiler.cppstd=17
compiler.version=192
compiler.runtime=dynamic
compiler.runtime_type=Release

View file

@ -4,6 +4,7 @@ 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

View file

@ -2,6 +2,7 @@
os=Windows
arch=x86_64
compiler=msvc
compiler.cppstd=17
compiler.version=194
compiler.runtime=dynamic
compiler.runtime_type=Debug

View file

@ -2,6 +2,7 @@
os=Windows
arch=x86_64
compiler=msvc
compiler.cppstd=17
compiler.version=194
compiler.runtime=dynamic
compiler.runtime_type=Debug

View file

@ -2,6 +2,7 @@
os=Windows
arch=x86_64
compiler=msvc
compiler.cppstd=17
compiler.version=194
compiler.runtime=dynamic
compiler.runtime_type=Release

View file

@ -2,6 +2,7 @@
os=Windows
arch=x86_64
compiler=msvc
compiler.cppstd=17
compiler.version=194
compiler.runtime=dynamic
compiler.runtime_type=Release

View file

@ -2,6 +2,7 @@
os=Windows
arch=x86_64
compiler=msvc
compiler.cppstd=17
compiler.version=194
compiler.runtime=dynamic
compiler.runtime_type=RelWithDebInfo