Skip to content

Commit 47bcf0d

Browse files
committed
urdfdom: migrate to pkgconf
1 parent 76793fc commit 47bcf0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/u/urdfdom.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ class Urdfdom < Formula
2323
end
2424

2525
depends_on "cmake" => :build
26-
depends_on "pkg-config" => :test
26+
depends_on "pkgconf" => :test
2727
depends_on "console_bridge"
2828
depends_on "tinyxml2"
2929
depends_on "urdfdom_headers"
3030

3131
def install
3232
ENV.cxx11
33-
system "cmake", "-S", ".", "-B", "build", *std_cmake_args, "-DCMAKE_INSTALL_RPATH=#{rpath}"
33+
system "cmake", "-S", ".", "-B", "build", "-DCMAKE_INSTALL_RPATH=#{rpath}", *std_cmake_args
3434
system "cmake", "--build", "build"
3535
system "cmake", "--install", "build"
3636
end

0 commit comments

Comments
 (0)