-
Notifications
You must be signed in to change notification settings - Fork 77
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
cannot build #76
Comments
This is the last sha I can build with |
Hi Chris @redpony I find the same problem when I compile the program. How to fix it? Thanks.
|
I don't know what the problem is exactly but I found a workaround. The error is caused by the tests in the extractor subfolder. People who don't have gtest/gmock installed, don't run into this issue. So a quick fix is to comment out the lines in extractor/CMakeLists.txt from "if(GTEST_FOUND)" to "endif(GTEST_FOUND)" |
I cannot build using "d42f17e" (current master) on ubuntu 14.10/14.04.
repo:
The text was updated successfully, but these errors were encountered: