-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[Build] Mismatched library directory in linux-x64 package: lib and lib64 #22267
Comments
This issue has been automatically marked as stale due to inactivity and will be closed in 30 days if no further activity occurs. If further support is needed, please provide an update and/or more details. |
Not stale. |
I encountered the same issue. Is there a solution? |
There is an official repo for onnxruntime inference examples, which, actually not using https://github.com/microsoft/onnxruntime-inference-examples |
@snnn Could you please help find a proper engineer for that fix? |
Yes, I also saw it under the demo, using include_dir and lib_dir directly. This is how I used it.
|
I guess the I find that |
Hello @zchrissirhcz, we recently released 1.20.0 can you try this version to see if it works? Thanks |
Hi @apsonawane , I just tried 1.20.0 as you suggested, it reproduced, the My corresponding CMakeLists.txt: cmake_minimum_required(VERSION 3.5)
project(use_onnxruntime)
set(onnxruntime_DIR /home/zz/pkgs/onnxruntime-linux-x64-1.20.0/lib/cmake/onnxruntime)
find_package(onnxruntime REQUIRED) |
Describe the issue
Mismatched library directory: lib and lib64
Urgency
No response
Target platform
linux-x64
Build script
CMakeLists.txt:
cmake -S . -B build
Error / output
Visual Studio Version
No response
GCC / Compiler Version
No response
The text was updated successfully, but these errors were encountered: