-
Notifications
You must be signed in to change notification settings - Fork 97
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
Error : The dependency target “gmock” of target “yarpl-tests” does not exist while building yarpl - Ubuntu 16.04 #869
Comments
I will send a fix shortly. |
cmake ../ -DCMAKE_BUILD_TYPE=DEBUG -DBUILD_TESTS=OFF Do you need to build the tests? |
@phoad Thanks for replying. When I build from the parent folder, in the step
my gcc version is |
Interesting. The build is successful when we build it on Travis CI. Do you able to successfully build |
I'm seeing the original reported Adding the suggested |
I am trying to build YARPL library following instructions as mentioned in the readme.
But in the third step cmake ../ -DCMAKE_BUILD_TYPE=DEBUG I am getting the following output.
Now, I have installed gmock but it still gives me the same error. How should I got about it?
P.S. I am using Ubuntu 16.04 .
The text was updated successfully, but these errors were encountered: