From 18c0352ffa7aa748fd3bb5358382d031c4077439 Mon Sep 17 00:00:00 2001 From: Farhang <46557204+farhangnaderi@users.noreply.github.com> Date: Wed, 19 Nov 2025 20:28:24 -0500 Subject: [PATCH] Update macos.sh --- Tools/setup/macos.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/Tools/setup/macos.sh b/Tools/setup/macos.sh index 626ab12bdb..a3457129ee 100755 --- a/Tools/setup/macos.sh +++ b/Tools/setup/macos.sh @@ -79,8 +79,6 @@ if [[ $INSTALL_SIM == "--sim-tools" ]]; then elif [[ $REINSTALL_FORMULAS == "--reinstall" ]]; then brew reinstall px4-sim fi - echo "[macos.sh] Setting up Qt5 path for Gazebo" - export CMAKE_PREFIX_PATH="/opt/homebrew/opt/qt@5:$CMAKE_PREFIX_PATH" fi echo "[macos.sh] All set! The PX4 Autopilot toolchain was installed."