diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-11 15:01:26 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-11 15:01:26 +0100 |
commit | 47bc9e57ad55128ae0a5bf206f3931a3aa4f5dc1 (patch) | |
tree | 778714f2ef7925303375e38a4b6674cc9eae7b95 /cmake/FindONNXRuntime.cmake | |
parent | d81fe9c5fd4fa54ecb821d627a030c6c1c81ed8a (diff) |
tracker/nn: update from master
Diffstat (limited to 'cmake/FindONNXRuntime.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" ) |