-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fails to configure without gtest #29
Comments
Thanks! |
That's weird, gtest is both a build and run-time dependency for catkin |
There are numerous reasons why this can be the case:
So the CMake code should handle this more graceful. |
the weird thing is those instructions worked for us: really, maybe gtest is not part of that VM |
According to the question, gtest was simply not installed. Not sure if you want to close that bug. |
I've been trying to get ROS installed onto the OpenNAO VM. I updated the wiki with some fixes, but I couldn't get past the rosdep step. Are there any more up to date instructions somewhere? In any case, I'm going add a check for gtest in CMakeLists.txt and skip the test if it's missing, and close this ticket. |
See http://answers.ros.org/question/173255/compiling-ros-to-virtual-nao/
After calling
catkin_add_gtest
the target can only be used if it actually exists since when the user does not have gtest no target is created.The text was updated successfully, but these errors were encountered: