From 47bc9e57ad55128ae0a5bf206f3931a3aa4f5dc1 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 11 Feb 2024 15:01:26 +0100 Subject: tracker/nn: update from master --- cmake/FindONNXRuntime.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'cmake/FindONNXRuntime.cmake') 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" ) -- cgit v1.2.3