Skip to content

Commit

Permalink
Debugging: set CMAKE_PREFIX_PATH=/usr before build
Browse files Browse the repository at this point in the history
Testing a bug in ogre2 linking on Linux when CMAKE_PREFIX_PATH=/usr

Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters committed Nov 13, 2020
1 parent f9f5dbc commit da66cab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jenkins-scripts/docker/lib/_ros_setup_buildsh.bash
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ SHELL=/bin/sh . /opt/ros/${ROS_DISTRO}/setup.sh
echo '# END SECTION'
echo '# BEGIN SECTION compile the catkin workspace'
export CMAKE_PREFIX_PATH=/usr
${CMD_CATKIN_BUILD}
echo '# END SECTION'
Expand Down

0 comments on commit da66cab

Please sign in to comment.