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

man cmake and man clang have been useful.

cmake --help-commands [file] - Print help for all commands and exit.

Full documentation specific for all current command is displayed.If a file is specified, the documentation is written into and the  output  format  is determined depending on the filename suffix. Supported are man page, HTML, DocBook and plain text.

cmake --help-variables [file] - Print help for all variables and exit.

Full documentation for all variables is displayed.If a file is specified, the documentation is written  into  and  the  output  format  is  determined depending on the filename suffix. Supported are man page, HTML, DocBook and plain text.

Slowly I'm understanding how to pass variables in.