Skip to content

Commit

Permalink
Use stable branch for gz-sim9 (#2763)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 authored Aug 29, 2024
1 parent b048ac2 commit 560ea47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/gz-sim9.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
class GzSim9 < Formula
desc "Gazebo Sim robot simulator"
homepage "https://github.com/gazebosim/gz-sim"
url "https://github.com/gazebosim/gz-sim.git", branch: "main"
url "https://github.com/gazebosim/gz-sim.git", branch: "gz-sim9"
version "8.999.999-0-20231016"
license "Apache-2.0"

head "https://github.com/gazebosim/gz-sim.git", branch: "main"
head "https://github.com/gazebosim/gz-sim.git", branch: "gz-sim9"

depends_on "cmake" => :build
depends_on "pybind11" => :build
Expand Down Expand Up @@ -121,7 +121,7 @@ def install
}
EOS
(testpath/"CMakeLists.txt").write <<-EOS
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
cmake_minimum_required(VERSION 3.22.1 FATAL_ERROR)
find_package(gz-sim9 QUIET REQUIRED)
add_executable(test_cmake test.cpp)
target_link_libraries(test_cmake gz-sim9::core)
Expand Down

0 comments on commit 560ea47

Please sign in to comment.