Skip to content

Commit

Permalink
doc: mocks link GoogleTest (#14464)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolduc authored Jul 11, 2024
1 parent 9b650be commit 262a2bd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ breaking changes in the upcoming 3.x release. This release is scheduled for

## v2.27.0 - TBD

- We now link our mocking libraries against GoogleTest in CMake.

The mocking libraries require GoogleTest. Not linking GoogleTest was a bug.
This bug surfaced in versions of CMake >= 3.30.

Note that the mocking libraries are built by default. If you want to opt-out
of building or installing the mocking libraries, you can supply
`-DGOOGLE_CLOUD_CPP_WITH_MOCKS=OFF` to your CMake configure command.

If your build fails because GoogleTest is not found, supply
`-DGOOGLE_CLOUD_CPP_WITH_MOCKS=OFF` as mentioned above.

- We have stopped testing on CentOS 7, Debian 10 (Buster), and RockyLinux 8 as
these distros are EOL or in some form of "security only" support period.
Note that we used CentOS 7 as a proxy for testing RedHat Enterprise Linux 7.
Expand Down

0 comments on commit 262a2bd

Please sign in to comment.