From 3734dfdde800667cc7bf61091a2b3decbe6f929e Mon Sep 17 00:00:00 2001 From: chenlei Date: Wed, 9 Jun 2021 07:36:43 +0800 Subject: [PATCH] fix: disable test changes: 1. disable test for android build. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4732a45..3a10e73 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)