lyblsgo
2023-04-23 e38e66abe897612703bbb374baa610eab5a0edde
modify yaml CMakeLists
1个文件已修改
6 ■■■■ 已修改文件
funasr/runtime/onnxruntime/third_party/yaml-cpp/CMakeLists.txt 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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