ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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
2 | No.2 Revision |
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.