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

Revision history [back]

You can pass arguments to cmake through catkin like this.

catkin_make --cmake-args -DANTLR4_ROOT:STRING=$HOME/.local -DCMAKE_OTHER_STUFF=STUFF --

You can pass arguments to cmake through catkin like this.

catkin_make --cmake-args -DANTLR4_ROOT:STRING=$HOME/.local -DCMAKE_OTHER_STUFF=STUFF --

the -- at the end is to allow other catkin arguments to go through, should you need to add more.