From 3cf2378b0fc8b2c4d1b0fa771d38e0882a442c2a Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Tue, 20 Aug 2024 16:47:29 -0500 Subject: [PATCH] Use stable branch for gz-cmake4 Signed-off-by: Addisu Z. Taddese --- Formula/gz-cmake4.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/gz-cmake4.rb b/Formula/gz-cmake4.rb index f19ed3079..03e550a0c 100644 --- a/Formula/gz-cmake4.rb +++ b/Formula/gz-cmake4.rb @@ -1,7 +1,7 @@ class GzCmake4 < Formula desc "CMake helper functions for building robotic applications" homepage "https://gazebosim.org" - url "https://github.com/gazebosim/gz-cmake.git", branch: "main" + url "https://github.com/gazebosim/gz-cmake.git", branch: "gz-cmake4" version "3.999.999-0-20231006" license "Apache-2.0" @@ -23,7 +23,7 @@ def install test do (testpath/"CMakeLists.txt").write <<-EOS - cmake_minimum_required(VERSION 3.5.1 FATAL_ERROR) + cmake_minimum_required(VERSION 3.22.1 FATAL_ERROR) project(gz-test VERSION 0.1.0) find_package(gz-cmake4 REQUIRED) gz_configure_project()