mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
modify yaml CMakeLists
This commit is contained in:
parent
d19c3a0399
commit
e38e66abe8
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user