mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-21 10:37:34 +08:00
Add Qt5 path setup for Gazebo
Set up Qt5 path for Gazebo in macOS setup script.
This commit is contained in:
@@ -79,6 +79,8 @@ 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."
|
||||
|
||||
Reference in New Issue
Block a user