mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
`googlemock` has been absorbed into the [googletest](https://github.com/google/googletest) project and is built and installed from the same source tree. As GTest may be built with or without GMock, skip GMock if it is not present. Do not provide result variables for GMock. They are not provided by upstream GTest's CMake Package Configuration File. Also update the test case to cover linking to `GTest::gmock`.
5 lines
131 B
ReStructuredText
5 lines
131 B
ReStructuredText
FindGTest-target-for-gmock
|
|
--------------------------
|
|
|
|
* The :module:`FindGTest` module now provides a target for GMock, if found.
|