You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like this must be due to a change in conan 2.0.11.
Build logs before conan 2.0.11:
Found apple-clang 14.0
apple-clang>=13, using the major as version
WARN: This profile is a guess of your environment, please check it.
WARN: Defaulted to cppstd='gnu17' for apple-clang.
WARN: The output of this command is not guaranteed to be stable and can change in future Conan versions.
WARN: Use your own profile files for stability.
Saving detected profile to /Users/runner/.conan2/profiles/default
Detected profile:
[settings]
arch=x86_64
build_type=Release
compiler=apple-clang
compiler.cppstd=gnu17
compiler.libcxx=libc++
compiler.version=14
os=Macos
Build logs with conan 2.0.11:
detect_api: Found apple-clang 14.0
detect_api: apple-clang>=13, using the major as version
Detected profile:
WARN: This profile is a guess of your environment, please check it.
WARN: Defaulted to cppstd='gnu17' for apple-clang.
WARN: The output of this command is not guaranteed to be stable and can change in future Conan versions.
WARN: Use your own profile files for stability.
Saving detected profile to /Users/runner/.conan2/profiles/default
[settings]
arch=x86_64
build_type=Release
compiler=apple-clang
compiler.cppstd=gnu98
compiler.libcxx=libc++
compiler.version=14
os=Macos
The error is:
ERROR: There are invalid packages:
nlohmann_json/3.11.2: Invalid: Current cppstd (gnu98) is lower than the required C++ standard (11).
The text was updated successfully, but these errors were encountered:
It looks like this must be due to a change in conan 2.0.11.
Build logs before conan 2.0.11:
Build logs with conan 2.0.11:
The error is:
The text was updated successfully, but these errors were encountered: