fix: disable test

changes:

1. disable test for android build.
This commit is contained in:
chenlei 2021-06-09 07:36:43 +08:00
parent 9a3624205e
commit 3734dfdde8

View File

@ -15,7 +15,7 @@ project(YAML_CPP VERSION 0.6.3)
### Project options
###
## Project stuff
option(YAML_CPP_BUILD_TESTS "Enable testing" ON)
option(YAML_CPP_BUILD_TESTS "Enable testing" OFF)
option(YAML_CPP_BUILD_TOOLS "Enable parse tools" ON)
option(YAML_CPP_BUILD_CONTRIB "Enable contrib stuff in library" ON)
option(YAML_CPP_INSTALL "Enable generation of install target" ON)