Skip to content

Commit

Permalink
Ionic: Use gz-plugin3 stable branch (#2749)
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Agüero <[email protected]>
  • Loading branch information
caguero authored Aug 27, 2024
1 parent c3f1027 commit 41332ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/gz-plugin3.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
class GzPlugin3 < Formula
desc "Plugin libraries for robotics applications"
homepage "https://github.com/gazebosim/gz-plugin"
url "https://github.com/gazebosim/gz-plugin.git", branch: "main"
url "https://github.com/gazebosim/gz-plugin.git", branch: "gz-plugin3"
version "2.999.999-0-20231006"
license "Apache-2.0"

head "https://github.com/gazebosim/gz-plugin.git", branch: "main"
head "https://github.com/gazebosim/gz-plugin.git", branch: "gz-plugin3"

depends_on "cmake"
depends_on "gz-cmake4"
Expand Down Expand Up @@ -42,7 +42,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-plugin3 QUIET REQUIRED COMPONENTS loader)
add_executable(test_cmake test.cpp)
target_link_libraries(test_cmake gz-plugin3::loader)
Expand Down

0 comments on commit 41332ff

Please sign in to comment.