Add master as install option for yaml-cpp (#4364)

This commit is contained in:
Nils Deppe 2017-05-26 08:46:11 -04:00 committed by Adam J. Stewart
parent 7bdf7a74af
commit e5f5e98fc4

View File

@ -32,6 +32,7 @@ class YamlCpp(CMakePackage):
url = "https://github.com/jbeder/yaml-cpp/archive/yaml-cpp-0.5.3.tar.gz"
version('0.5.3', '4e47733d98266e46a1a73ae0a72954eb')
version('develop', git='https://github.com/jbeder/yaml-cpp', branch='master')
variant('shared', default=True,
description='Enable build of shared libraries')