Skip to content

Commit

Permalink
Forgot to add DCATKIN_WHITELIST_PACKAGES to cm after #1138
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrxyz committed Mar 13, 2024
1 parent d20381b commit eba40c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup.bash
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ source "$MIL_WS/src/mil/NaviGator/scripts/bash_aliases.sh"

# Repo aliases
alias mil='cd $MIL_REPO'
alias cm='catkin_make -C $MIL_WS'
alias cm='catkin_make -DCATKIN_WHITELIST_PACKAGES="" -C $MIL_WS'
alias vrx='cd $MIL_REPO/NaviGator/simulation/VRX/vrx'

# General ROS aliases
Expand Down

0 comments on commit eba40c9

Please sign in to comment.