Add master as install option for yaml-cpp (#4364)
This commit is contained in:
parent
7bdf7a74af
commit
e5f5e98fc4
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user