1.Disable parse tools, 2. Disable YAML_CPP_BUILD_CONTRIB
This commit is contained in:
parent
cedc0aebf8
commit
4f780ead9f
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,5 @@
|
||||
build/
|
||||
cmake-build-*/
|
||||
/tags
|
||||
/bazel-*
|
||||
.idea
|
||||
|
||||
@ -20,8 +20,8 @@ include(CheckCXXCompilerFlag)
|
||||
include(GNUInstallDirs)
|
||||
include(CTest)
|
||||
|
||||
option(YAML_CPP_BUILD_CONTRIB "Enable yaml-cpp contrib in library" ON)
|
||||
option(YAML_CPP_BUILD_TOOLS "Enable parse tools" ON)
|
||||
option(YAML_CPP_BUILD_CONTRIB "Enable yaml-cpp contrib in library" OFF)
|
||||
option(YAML_CPP_BUILD_TOOLS "Enable parse tools" OFF)
|
||||
option(YAML_BUILD_SHARED_LIBS "Build yaml-cpp shared library" ${BUILD_SHARED_LIBS})
|
||||
option(YAML_CPP_INSTALL "Enable generation of yaml-cpp install targets" ${YAML_CPP_MAIN_PROJECT})
|
||||
option(YAML_CPP_FORMAT_SOURCE "Format source" ON)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user