diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-21 10:29:57 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-21 11:31:20 +0100 |
commit | e485290ec5b22f49aa2d227b8107c6bffb62f94f (patch) | |
tree | be0b1f28992c7cce114f25b770d30ce03063acce /cmake | |
parent | 5930a3754c755ad7d1957205290222253364aefe (diff) |
cmake: fix onnxruntime finding script
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/FindONNXRuntime.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/FindONNXRuntime.cmake b/cmake/FindONNXRuntime.cmake index af5093f3..60ddfc2b 100644 --- a/cmake/FindONNXRuntime.cmake +++ b/cmake/FindONNXRuntime.cmake @@ -74,6 +74,7 @@ find_path(ONNXRuntime_INCLUDE_DIR onnxruntime_cxx_api.h "build/native/include" # For when the directory structure of the onnx source repo is preserved "include/onnxruntime/core/session" + "include/onnxruntime" # For when we copy the files somewhere "include" ) |