fix: disable test
changes: 1. disable test for android build.
This commit is contained in:
parent
9a3624205e
commit
3734dfdde8
@ -15,7 +15,7 @@ project(YAML_CPP VERSION 0.6.3)
|
|||||||
### Project options
|
### Project options
|
||||||
###
|
###
|
||||||
## Project stuff
|
## 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_TOOLS "Enable parse tools" ON)
|
||||||
option(YAML_CPP_BUILD_CONTRIB "Enable contrib stuff in library" ON)
|
option(YAML_CPP_BUILD_CONTRIB "Enable contrib stuff in library" ON)
|
||||||
option(YAML_CPP_INSTALL "Enable generation of install target" ON)
|
option(YAML_CPP_INSTALL "Enable generation of install target" ON)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user