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

It looks like the add_library call is commented out, so CMake never registers ${PROJECT_NAME} as a target. You should not see this problem once you actually define a target (either through add_library or add_executable) named ${PROJECT_NAME}