[PATCH 1/2] cmake: always set GTEST_LIBRARY if it isn't
authorVictor Berger <victor.berger@m4x.org>
Thu, 8 Jul 2021 17:25:23 +0000 (19:25 +0200)
committerMike Gabriel <sunweaver@debian.org>
Fri, 12 Nov 2021 09:16:44 +0000 (09:16 +0000)
commitf7f5430f3e027519ac27dba20988b9fc6e1d7d18
tree3487b270ce72603a519f304ca641d9e402af094c
parent713fee9fbd3f7bf6ad85e290f2f0eef874f8a956
[PATCH 1/2] cmake: always set GTEST_LIBRARY if it isn't

Previously, the GTEST_LIBRARY would only be set manually set when
GMock is not built from source, causing likage failures on systems
where Gmock is built from source and system-provided GTest does not
set it.

cc #205

Gbp-Pq: Name 0001-cmake-always-set-GTEST_LIBRARY-if-it-isn-t.patch
cmake/FindGtestGmock.cmake