Skip to content

Commit

Permalink
Forgot to add DCATKIN_WHITELIST_PACKAGES to cm after #1138 (#1154)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrxyz authored Mar 18, 2024
1 parent d20381b commit 2212dc6
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 2212dc6

Please sign in to comment.