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
The cmake files of onnxruntime expect a given version of nlohmann_json/protobuf/gsl and fail to retrieve the configuration generated by conan if we change them.
Description
The cmake files of onnxruntime expect a given version of nlohmann_json/protobuf/gsl and fail to retrieve the configuration generated by conan if we change them.
Package and Environment Details
Conan profile
[settings]
arch=x86_64
build_type=Release
compiler=msvc
compiler.cppstd=20
compiler.runtime=dynamic
compiler.runtime_type=Release
compiler.version=192
os=Windows
[replace_requires]
nlohmann_json/*: nlohmann_json/3.9.0
Steps to reproduce
conan install --requires=onnxruntime/1.14.1
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: