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-sensors9: use stable branch #2739

Merged
merged 1 commit into from
Aug 25, 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
6 changes: 3 additions & 3 deletions Formula/gz-sensors9.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
class GzSensors9 < Formula
desc "Sensors library for robotics applications"
homepage "https://github.com/gazebosim/gz-sensors"
url "https://github.com/gazebosim/gz-sensors.git", branch: "main"
url "https://github.com/gazebosim/gz-sensors.git", branch: "gz-sensors9"
version "8.999.999-0-20231016"
license "Apache-2.0"

head "https://github.com/gazebosim/gz-sensors.git", branch: "main"
head "https://github.com/gazebosim/gz-sensors.git", branch: "gz-sensors9"

depends_on "cmake" => [:build, :test]
depends_on "pkg-config" => [:build, :test]
Expand Down Expand Up @@ -45,7 +45,7 @@ def install
}
EOS
(testpath/"CMakeLists.txt").write <<-EOS
cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
cmake_minimum_required(VERSION 3.22.1 FATAL_ERROR)
find_package(gz-sensors9 QUIET REQUIRED)
add_executable(test_cmake test.cpp)
target_link_libraries(test_cmake gz-sensors9::gz-sensors9)
Expand Down
Loading