Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[onnxruntime] build fails if we override the nlohmann_json/protobuf/gsl version #22153

Closed
fdgStilla opened this issue Jan 4, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@fdgStilla
Copy link
Contributor

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 version: conan 2.0.16

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
Put your log output here
@czoido
Copy link
Contributor

czoido commented Aug 21, 2024

Thanks a lot for opening the issue, I'm declaring this as fixed by #23409 but please feel free to reopen if you have any more questions.

@czoido czoido closed this as completed Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants