-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: update to work with recent upstream googletest build changes
Summary: Previously to use gmock you simply needed to link against libgmock_main. However, googletest pull request #1339 was recently merged into upstream googletest: google/googletest#1339 These changes now require explicitly linking against libgmock_main, libgmock, and libgtest. Reviewed By: yfeldblum Differential Revision: D6794709 fbshipit-source-id: 03dcccec966e62240987ee0051dfa87be8614cca
- Loading branch information
1 parent
da420c9
commit a963e27
Showing
2 changed files
with
35 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters