Merge lp://staging/~michihenning/cmake-extras/gtest-fixes into lp://staging/cmake-extras
Proposed by
Michi Henning
Status: | Merged |
---|---|
Approved by: | Michi Henning |
Approved revision: | 44 |
Merged at revision: | 44 |
Proposed branch: | lp://staging/~michihenning/cmake-extras/gtest-fixes |
Merge into: | lp://staging/cmake-extras |
Diff against target: |
29 lines (+11/-4) 1 file modified
src/FindGMock.cmake (+11/-4) |
To merge this branch: | bzr merge lp://staging/~michihenning/cmake-extras/gtest-fixes |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
James Henstridge | Approve | ||
Review via email: mp+311565@code.staging.launchpad.net |
Commit message
Fixes for gtest 1.8.0. (LP: #1644062)
Description of the change
gtest 1.8.0 has broken existing builds. This adds a work-around to get the configure step to work again.
To post a comment you must log in.
Noticed one small bug