Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gz-math8: use stable branch in url #2735

Merged
merged 1 commit into from
Aug 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading