local_setup.fish 423 B

1234567891011121314
  1. #!/usr/bin/env fish
  2. # generated from catkin/cmake/template/local_setup.fish.in
  3. # since this file is sourced either use the provided _CATKIN_SETUP_DIR
  4. # or fall back to the destination set at configure time
  5. if test -z $_CATKIN_SETUP_DIR
  6. set _CATKIN_SETUP_DIR /home/nzzn/Marin_code/Marin_1/install
  7. end
  8. set CATKIN_SETUP_UTIL_ARGS "--extend --local"
  9. source "$_CATKIN_SETUP_DIR/setup.fish"
  10. set -e CATKIN_SETUP_UTIL_ARGS