From e26bc7ebe8aa7601d8df064f185d508c581ef124 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Mon, 30 Oct 2023 23:59:54 -0700 Subject: [PATCH] gz-sim*: remove unneeded references to ffmpeg@4 (#2482) Signed-off-by: Steve Peters --- Formula/gz-sim7.rb | 1 - Formula/gz-sim8.rb | 1 - Formula/gz-sim9.rb | 1 - Formula/ignition-gazebo3.rb | 1 - Formula/ignition-gazebo6.rb | 1 - 5 files changed, 5 deletions(-) diff --git a/Formula/gz-sim7.rb b/Formula/gz-sim7.rb index ca6223552..eeadeae87 100644 --- a/Formula/gz-sim7.rb +++ b/Formula/gz-sim7.rb @@ -130,7 +130,6 @@ def install # "-o", "test" # system "./test" # test building with cmake - ENV.append_path "CMAKE_PREFIX_PATH", Formula["ffmpeg@4"].opt_prefix ENV.append_path "CMAKE_PREFIX_PATH", Formula["qt@5"].opt_prefix mkdir "build" do system "cmake", ".." diff --git a/Formula/gz-sim8.rb b/Formula/gz-sim8.rb index 4204ab7c0..c5b3779c1 100644 --- a/Formula/gz-sim8.rb +++ b/Formula/gz-sim8.rb @@ -130,7 +130,6 @@ def install # "-o", "test" # system "./test" # test building with cmake - ENV.append_path "CMAKE_PREFIX_PATH", Formula["ffmpeg@4"].opt_prefix ENV.append_path "CMAKE_PREFIX_PATH", Formula["qt@5"].opt_prefix mkdir "build" do system "cmake", ".." diff --git a/Formula/gz-sim9.rb b/Formula/gz-sim9.rb index 73740be08..5f6e29629 100644 --- a/Formula/gz-sim9.rb +++ b/Formula/gz-sim9.rb @@ -123,7 +123,6 @@ def install # "-o", "test" # system "./test" # test building with cmake - ENV.append_path "CMAKE_PREFIX_PATH", Formula["ffmpeg@4"].opt_prefix ENV.append_path "CMAKE_PREFIX_PATH", Formula["qt@5"].opt_prefix mkdir "build" do system "cmake", ".." diff --git a/Formula/ignition-gazebo3.rb b/Formula/ignition-gazebo3.rb index 20bfd29bf..1e913bfe7 100644 --- a/Formula/ignition-gazebo3.rb +++ b/Formula/ignition-gazebo3.rb @@ -113,7 +113,6 @@ def install # "-o", "test" # system "./test" # test building with cmake - ENV.append_path "CMAKE_PREFIX_PATH", Formula["ffmpeg@4"].opt_prefix ENV.append_path "CMAKE_PREFIX_PATH", Formula["qt@5"].opt_prefix mkdir "build" do system "cmake", ".." diff --git a/Formula/ignition-gazebo6.rb b/Formula/ignition-gazebo6.rb index 3a61d5ed2..fa40470c7 100644 --- a/Formula/ignition-gazebo6.rb +++ b/Formula/ignition-gazebo6.rb @@ -131,7 +131,6 @@ def install # "-o", "test" # system "./test" # test building with cmake - ENV.append_path "CMAKE_PREFIX_PATH", Formula["ffmpeg@4"].opt_prefix ENV.append_path "CMAKE_PREFIX_PATH", Formula["qt@5"].opt_prefix mkdir "build" do system "cmake", ".."