Skip to content

Commit

Permalink
Deleting incorrect export for CMAKE_PREFIX_PATH.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Ignacio Ubeira committed Dec 19, 2018
1 parent 1fa901e commit bf6c729
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion do_everything.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ mkdir -p $prefix/libs

# Start with catkin since we use it to build almost everything else
[ -d $prefix/target ] || mkdir -p $prefix/target
export CMAKE_PREFIX_PATH=$prefix/target

# Get the android ndk build helper script
# If file doesn't exist, then download and patch it
Expand Down
3 changes: 0 additions & 3 deletions get_ros_stuff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ cmd_exists git || die 'git was not found'

prefix=$(cd $1 && pwd)

[ "$CMAKE_PREFIX_PATH" = "" ] && die 'could not find target basedir. Have you run build_catkin.sh and sourced setup.bash?'

#cd $CMAKE_PREFIX_PATH
cd $prefix
mkdir -p catkin_ws/src && cd catkin_ws

Expand Down

0 comments on commit bf6c729

Please sign in to comment.