Skip to content

Commit

Permalink
[setup_upstream.sh] Print message when updating CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
garaemon committed Apr 24, 2015
1 parent 592af19 commit af4b5bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup_upstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,10 @@ wstool merge /tmp/rosinstall.$$ -t $WORKSPACE/src
wstool info -t $WORKSPACE/src
wstool update --abort-changed-uris -t $WORKSPACE/src

echo "Updaging openhrp3 CMakeLists.txt"
sed -i 's@option(ENABLE_DOXYGEN "Use Doxygen" ON)@option(ENABLE_DOXYGEN "Use Doxygen" OFF)@' $WORKSPACE/src/openhrp3/CMakeLists.txt

echo "Updaging hrpsys CMakeLists.txt"
sed -i 's@option(ENABLE_DOXYGEN "Use Doxygen" ON)@option(ENABLE_DOXYGEN "Use Doxygen" OFF)@' $WORKSPACE/src/hrpsys/CMakeLists.txt

echo "*** Done"

0 comments on commit af4b5bb

Please sign in to comment.