Skip to content

Commit

Permalink
fix (cpp-zmq): Do not build tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cdalvaro committed Nov 20, 2020
1 parent c17da11 commit 9365769
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Formula/cpp-zmq.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ class CppZmq < Formula
depends_on "zeromq"

def install
system "cmake", ".", *std_cmake_args
custom_args = [
"-DCPPZMQ_BUILD_TESTS=OFF",
]

system "cmake", ".", *std_cmake_args, *custom_args
system "make", "install"
end

Expand Down

0 comments on commit 9365769

Please sign in to comment.