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

The CMake function install() doesn't have a signature where the first argument is sba. The documentation enumerates a set of signatures - for each the first argument is a known keyword like TARGETS, DIRECTORY, etc. See https://cmake.org/cmake/help/latest/command/install.html

The CMake function install() doesn't have a signature where the first argument is sba. The documentation enumerates a set of signatures - for each the first argument is a known keyword like TARGETS, DIRECTORY, etc. See https://cmake.org/cmake/help/latest/command/install.html

The specific example in the documentation is certainly wrong. I would guess the first argument just needs to be removed.