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/
|
build/
|
||||||
|
cmake-build-*/
|
||||||
/tags
|
/tags
|
||||||
/bazel-*
|
/bazel-*
|
||||||
|
.idea
|
||||||
|
|||||||
@ -20,8 +20,8 @@ include(CheckCXXCompilerFlag)
|
|||||||
include(GNUInstallDirs)
|
include(GNUInstallDirs)
|
||||||
include(CTest)
|
include(CTest)
|
||||||
|
|
||||||
option(YAML_CPP_BUILD_CONTRIB "Enable yaml-cpp contrib in library" ON)
|
option(YAML_CPP_BUILD_CONTRIB "Enable yaml-cpp contrib in library" OFF)
|
||||||
option(YAML_CPP_BUILD_TOOLS "Enable parse tools" ON)
|
option(YAML_CPP_BUILD_TOOLS "Enable parse tools" OFF)
|
||||||
option(YAML_BUILD_SHARED_LIBS "Build yaml-cpp shared library" ${BUILD_SHARED_LIBS})
|
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_INSTALL "Enable generation of yaml-cpp install targets" ${YAML_CPP_MAIN_PROJECT})
|
||||||
option(YAML_CPP_FORMAT_SOURCE "Format source" ON)
|
option(YAML_CPP_FORMAT_SOURCE "Format source" ON)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user