From 923689bb077dbb489864bb29fbe35cf8211d537b Mon Sep 17 00:00:00 2001
From: 雾聪 <wucong.lyb@alibaba-inc.com>
Date: 星期一, 13 十一月 2023 17:43:08 +0800
Subject: [PATCH] update docs
---
runtime/onnxruntime/CMakeLists.txt | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/runtime/onnxruntime/CMakeLists.txt b/runtime/onnxruntime/CMakeLists.txt
index 2f193b0..a922f21 100644
--- a/runtime/onnxruntime/CMakeLists.txt
+++ b/runtime/onnxruntime/CMakeLists.txt
@@ -20,11 +20,6 @@
# for onnxruntime
IF(WIN32)
- if(CMAKE_CL_64)
- link_directories(${ONNXRUNTIME_DIR}\\lib)
- else()
- add_definitions(-D_WIN_X86)
- endif()
ELSE()
link_directories(${ONNXRUNTIME_DIR}/lib)
link_directories(${FFMPEG_DIR}/lib)
--
Gitblit v1.9.1