simple-amqp-client: fix dependency order
This commit is contained in:
parent
2fbf3a25ce
commit
2c2dfb2895
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue