From d4ffc84e04e72a282acdc881b43fbb7eb2e4688a Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Mon, 29 Jul 2024 10:14:08 +0200 Subject: [PATCH] Bring back commented out lines related to ONNXRuntime --- RecFCCeeCalorimeter/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RecFCCeeCalorimeter/CMakeLists.txt b/RecFCCeeCalorimeter/CMakeLists.txt index e833d974..356d57e4 100644 --- a/RecFCCeeCalorimeter/CMakeLists.txt +++ b/RecFCCeeCalorimeter/CMakeLists.txt @@ -4,9 +4,9 @@ # ONNX DEPENDENCIES # includes -# include_directories("${ONNXRUNTIME_INCLUDE_DIRS}") +include_directories("${ONNXRUNTIME_INCLUDE_DIRS}") # libs -# link_directories("${ONNXRUNTIME_LIBRARY_DIRS}") +link_directories("${ONNXRUNTIME_LIBRARY_DIRS}") # New versions of ONNXRuntime add directories to include # through the target onnxruntime::onnxruntime if(onnxruntime_FOUND)