From 4413d1eb47fa400277c8a9625aa0bd5c424a2fab Mon Sep 17 00:00:00 2001
From: zhaomingwork <61895407+zhaomingwork@users.noreply.github.com>
Date: 星期四, 06 七月 2023 10:13:32 +0800
Subject: [PATCH] Python ws client slow problem for multiple files in offline mode (#716)

---
 funasr/runtime/onnxruntime/third_party/yaml-cpp/CMakeLists.txt |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/funasr/runtime/onnxruntime/third_party/yaml-cpp/CMakeLists.txt b/funasr/runtime/onnxruntime/third_party/yaml-cpp/CMakeLists.txt
index 37d1624..491f41a 100644
--- a/funasr/runtime/onnxruntime/third_party/yaml-cpp/CMakeLists.txt
+++ b/funasr/runtime/onnxruntime/third_party/yaml-cpp/CMakeLists.txt
@@ -38,9 +38,9 @@
 ### Project options
 ###
 ## Project stuff
-option(YAML_CPP_BUILD_TESTS "Enable testing" ON)
-option(YAML_CPP_BUILD_TOOLS "Enable parse tools" ON)
-option(YAML_CPP_BUILD_CONTRIB "Enable contrib stuff in library" ON)
+option(YAML_CPP_BUILD_TESTS "Enable testing" OFF)
+option(YAML_CPP_BUILD_TOOLS "Enable parse tools" OFF)
+option(YAML_CPP_BUILD_CONTRIB "Enable contrib stuff in library" OFF)
 
 ## Build options
 # --> General

--
Gitblit v1.9.1