Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
xuning
/
sherpaonnx
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Fangjun Kuang
2023-02-21 10:38:18 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2023-02-21 10:38:18 +0800
Commit
8d1be0945e52e7a4cd43ac40739dfcefc7076ce5
8d1be094
1 parent
7ece27cd
Disable searching system lib dirs for onnxruntime (#51)
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
2 行增加
和
1 行删除
cmake/onnxruntime.cmake
cmake/onnxruntime.cmake
查看文件 @
8d1be09
...
...
@@ -55,7 +55,7 @@ function(download_onnxruntime)
# ./include
# It contains all the needed header files
else
()
message
(
FATAL_ERROR
"Only support Linux
and macOS
at present. Will support other OSes later"
)
message
(
FATAL_ERROR
"Only support Linux
, macOS, and Windows
at present. Will support other OSes later"
)
endif
()
foreach
(
f IN LISTS possible_file_locations
)
...
...
@@ -80,6 +80,7 @@ function(download_onnxruntime)
find_library
(
location_onnxruntime onnxruntime
PATHS
"
${
onnxruntime_SOURCE_DIR
}
/lib"
NO_CMAKE_SYSTEM_PATH
)
message
(
STATUS
"location_onnxruntime:
${
location_onnxruntime
}
"
)
...
...
请
注册
或
登录
后发表评论