ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I would actually consider this to be a bug. Any change to other CMake arguments already triggered a re-invocation of CMake. The two arguments CMAKE_INSTALL_PREFIX and CATKIN_DEVEL_PREFIX are handled separately due to their special semantic meaning.

I have created a pull request (https://github.com/ros/catkin/pull/700) to also check for those catkin_make as well as catkin_make_isolated. With this merged and released it shouldn't require any documentation update.