From a0a088241955b062b1094c1145a9e59032960b21 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Wed, 12 Oct 2022 11:28:39 +0800 Subject: [PATCH] small fixes --- cmake/onnxruntime.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/onnxruntime.cmake b/cmake/onnxruntime.cmake index a9ea794d..ee899632 100644 --- a/cmake/onnxruntime.cmake +++ b/cmake/onnxruntime.cmake @@ -10,7 +10,7 @@ function(download_onnxruntime) include(FetchContent) if(UNIX AND NOT APPLE) - # set(onnxruntime_URL "http://github.com/microsoft/onnxruntime/releases/download/v1.12.1/onnxruntime-linux-x64-1.12.1.tgz") + set(onnxruntime_URL "http://github.com/microsoft/onnxruntime/releases/download/v1.12.1/onnxruntime-linux-x64-1.12.1.tgz") # If you don't have access to the internet, you can first download onnxruntime to some directory, and the use # set(onnxruntime_URL "file:///ceph-fj/fangjun/open-source/sherpa-onnx/onnxruntime-linux-x64-1.12.1.tgz")