From e38e66abe897612703bbb374baa610eab5a0edde Mon Sep 17 00:00:00 2001 From: lyblsgo Date: Sun, 23 Apr 2023 15:37:04 +0800 Subject: [PATCH] modify yaml CMakeLists --- .../runtime/onnxruntime/third_party/yaml-cpp/CMakeLists.txt | 6 +++--- 1 file 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 37d16247d..491f41a27 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 @@ enable_testing() ### 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