CMake config files issue? #22981
Unanswered
loryruta
asked this question in
Release Q&A
Replies: 1 comment
-
Thank you for reporting. could you please help to create a PR for a fix? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to depend on onnxruntime from my C++ project and to do that, I've downloaded the latest release:
onnxruntime-linux-x64-gpu-1.20.1.tgz
Then from my cmake:
First issue:
libonnxruntime.so.1.20.1
is searched inside lib64 instead of lib (the former doesn't exist)INTERFACE_INCLUDE_DIRECTORIES
is set toinclude/onnxruntime
while it should beinclude
Beta Was this translation helpful? Give feedback.
All reactions