Skip to content

Commit

Permalink
gz-math8: use stable branch in url (#2735)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored Aug 23, 2024
1 parent 18706b3 commit af191ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/gz-math8.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class GzMath8 < Formula
desc "Math API for robotic applications"
homepage "https://gazebosim.org"
url "https://github.com/gazebosim/gz-math.git", branch: "main"
url "https://github.com/gazebosim/gz-math.git", branch: "gz-math8"
version "7.999.999-0-20231006"
license "Apache-2.0"

Expand Down Expand Up @@ -48,7 +48,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-math8 QUIET REQUIRED)
add_executable(test_cmake test.cpp)
target_link_libraries(test_cmake gz-math8::gz-math8)
Expand Down

0 comments on commit af191ca

Please sign in to comment.