yaml-cpp: remove libyaml dep
yaml-cpp does not require libyaml, so it shouldnt be specified as a dependency. Closes Homebrew/homebrew#12590. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
9fc244ec49
commit
fcfb1e9d85
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ class YamlCpp < Formula
|
|||
sha1 '28766efa95f1b0f697c4b4a1580a9972be7c9c41'
|
||||
|
||||
depends_on 'cmake' => :build
|
||||
depends_on 'libyaml'
|
||||
|
||||
def install
|
||||
system "cmake", ".", *std_cmake_args
|
||||
|
|
Loading…
Reference in a new issue