From e7abba13fefa281930f9a658d912528daa758050 Mon Sep 17 00:00:00 2001 From: Christian Gutschow Date: Thu, 12 Sep 2024 15:03:58 +0100 Subject: [PATCH] revert --- cpp/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 073f7652..d777793e 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -21,9 +21,6 @@ endif() if(benchmarks) add_subdirectory(benchmarks) endif() -if(onnxrt) - add_subdirectory(${onnxruntime_LIBRARY_DIR}) -endif() if (docs) add_subdirectory(docs) endif()