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

My IDE added my testing files to my project srcs in the cmake automatically and that's why my project failed to build. Manual tests that were not linked against gtest failed to build because they were being compiled with the project srcs which erroneously contained testing files that were using gtest.