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
2024-07-08 16:00:35 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2024-07-08 16:00:35 +0800
Commit
02eab549a38a27cf85429b82292ca78b11306bae
02eab549
1 parent
d6fbecd9
Fix windows build (#1091)
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
3 行增加
和
1 行删除
CMakeLists.txt
CMakeLists.txt
查看文件 @
02eab54
...
...
@@ -263,7 +263,9 @@ include(simple-sentencepiece)
set
(
ONNXRUNTIME_DIR
${
onnxruntime_SOURCE_DIR
}
)
message
(
STATUS
"ONNXRUNTIME_DIR:
${
ONNXRUNTIME_DIR
}
"
)
if
(
SHERPA_ONNX_ENABLE_PORTAUDIO
)
if
(
SHERPA_ONNX_ENABLE_PORTAUDIO AND SHERPA_ONNX_ENABLE_BINARY
)
# portaudio is used only in building demo binaries and the sherpa-onnx-core
# library does not depend on it.
include
(
portaudio
)
endif
()
...
...
请
注册
或
登录
后发表评论