We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
boost
:build
:test
1 parent 16c3fc9 commit be12de1Copy full SHA for be12de1
Formula/libkml.rb
@@ -16,10 +16,10 @@ class Libkml < Formula
16
sha256 cellar: :any_skip_relocation, x86_64_linux: "81a8cdd08aa6620f894eae9b3bd37184bb08f25800aba660c234320e4b51ef75"
17
end
18
19
+ depends_on "boost" => [:build, :test]
20
depends_on "cmake" => :build
21
depends_on "googletest" => :test
22
depends_on "pkg-config" => :test
- depends_on "boost"
23
depends_on "minizip"
24
depends_on "uriparser"
25
@@ -32,6 +32,12 @@ def install
32
system "cmake", "--install", "build"
33
34
35
+ def caveats
36
+ <<~EOS
37
+ libkml uses boost headers. To develop with libkml, install boost.
38
+ EOS
39
+ end
40
+
41
test do
42
(testpath/"test.cpp").write <<~EOS
43
#include "kml/regionator/regionator_qid.h"
0 commit comments