Skip to content

Commit

Permalink
gazebo11: fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters committed Jan 12, 2025
1 parent 0fd9a94 commit 891e6ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/gazebo11.rb
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ def install
# "-o", "test"
# system "./test"
ENV.append_path "CMAKE_PREFIX_PATH", Formula["[email protected]"].opt_prefix
ENV.append_path "CMAKE_PREFIX_PATH", Formula["ogre1.9-with-boost1.85"].opt_prefix
ENV.append_path "PKG_CONFIG_PATH", Formula["ogre1.9-with-boost1.85"].opt_lib/"pkgconfig"
mkdir "build" do
system "cmake", ".."
system "make"
Expand Down

0 comments on commit 891e6ec

Please sign in to comment.