simple-amqp-client: fix dependency order

This commit is contained in:
commitay 2018-09-18 12:17:38 +10:00
parent 2fbf3a25ce
commit 2c2dfb2895

View file

@ -19,8 +19,8 @@ class SimpleAmqpClient < Formula
depends_on "cmake" => :build
depends_on "doxygen" => :build
depends_on "rabbitmq-c"
depends_on "boost"
depends_on "rabbitmq-c"
def install
system "cmake", ".", *std_cmake_args