From fd22b6e7f36e963ef29dbd3eafb0e0d6f2e12fa7 Mon Sep 17 00:00:00 2001 From: 雾聪 <wucong.lyb@alibaba-inc.com> Date: 星期三, 09 八月 2023 14:27:20 +0800 Subject: [PATCH] Merge branch 'main' of https://github.com/alibaba-damo-academy/FunASR into main --- 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