From 4ba1011b42e041ee1d71448eefd7ef2e7bd61bb6 Mon Sep 17 00:00:00 2001
From: 游雁 <zhifu.gzf@alibaba-inc.com>
Date: 星期五, 31 三月 2023 15:31:26 +0800
Subject: [PATCH] export
---
funasr/runtime/onnxruntime/CMakeLists.txt | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/funasr/runtime/onnxruntime/CMakeLists.txt b/funasr/runtime/onnxruntime/CMakeLists.txt
index 8d502c4..4ffe0f3 100644
--- a/funasr/runtime/onnxruntime/CMakeLists.txt
+++ b/funasr/runtime/onnxruntime/CMakeLists.txt
@@ -1,7 +1,6 @@
cmake_minimum_required(VERSION 3.10)
-#-DONNXRUNTIME_DIR=D:\thirdpart\onnxruntime
-project(FastASR)
+project(FunASRonnx)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
@@ -23,8 +22,6 @@
endif()
-#option(FASTASR_BUILD_PYTHON_MODULE "build python module, using FastASR in Python" OFF)
-
-add_subdirectory("./third_party/webrtc")
+add_subdirectory("./third_party/yaml-cpp")
add_subdirectory(src)
add_subdirectory(tester)
--
Gitblit v1.9.1