1 ################################################################################
5 ################################################################################
7 YAML_CPP_VERSION
= 0.5.2
8 YAML_CPP_SITE
= $(call github
,jbeder
,yaml-cpp
,release-
$(YAML_CPP_VERSION
))
9 YAML_CPP_INSTALL_STAGING
= YES
10 YAML_CPP_LICENSE
= MIT
11 YAML_CPP_LICENSE_FILES
= license.txt
13 YAML_CPP_DEPENDENCIES
= boost
15 # Disable testing and parse tools
16 YAML_CPP_CONF_OPTS
+= -DYAML_CPP_BUILD_TOOLS
=OFF
18 $(eval
$(cmake-package
))