aws-sdk-cpp: remove options
This commit is contained in:
parent
a8b53d6a39
commit
67a4f5d85f
1 changed files with 0 additions and 2 deletions
|
@ -15,14 +15,12 @@ class AwsSdkCpp < Formula
|
|||
end
|
||||
|
||||
option "with-static", "Build with static linking"
|
||||
option "without-http-client", "Don't include the libcurl HTTP client"
|
||||
|
||||
depends_on "cmake" => :build
|
||||
|
||||
def install
|
||||
args = std_cmake_args
|
||||
args << "-DSTATIC_LINKING=1" if build.with? "static"
|
||||
args << "-DNO_HTTP_CLIENT=1" if build.without? "http-client"
|
||||
|
||||
mkdir "build" do
|
||||
system "cmake", "..", *args
|
||||
|
|
Loading…
Reference in a new issue