-
Notifications
You must be signed in to change notification settings - Fork 52
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
[#43] Use system gtest #102
base: master
Are you sure you want to change the base?
Conversation
Now gmock is absorbed by googletest(https://github.com/google/googletest)
Also, add `libgtest-dev` as dependency for travis-ci. (See Also: http://askubuntu.com/questions/145887/why-no-library-files-installed-for-google-test) Close chewing#43
Thanks for the AUR patch!
|
Is it possible to use https://cmake.org/cmake/help/v3.0/module/FindGTest.html to find gtest in ubuntu build? |
Hi @czchen ! But i think using the cmake module is still a goo idea, i will amend my commit later. If you really want to hide this problem behind users, i will investigate on static linking. |
@iblis17 I think the problem is that cmake FindGTest script cannot find the source only gtest in system. We need to patch the FindGTest script so that it can find the source only gtest in system. |
:-o ok, i will make it, but i do not patch module before. We need to make a custom module right? |
I managed to handle source-only gtest in system without patching |
The self-shipped
gmock
removed!Hi @Chocobo1 !
Here is a patch for AUR.