-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rapids_cpm_gtest will properly find GTest 1.10 packages (#168)
Previously if CMake < 3.23 was installed the provided FindGTest would be used which doesn't provide the GMock targets. In addition in those cases, since we pass EXACT we need to ensure we also exactly match the patch version of GTest. Authors: - Robert Maynard (https://github.com/robertmaynard) Approvers: None URL: #168
- Loading branch information
1 parent
a83216b
commit 3e6a6ea
Showing
2 changed files
with
10 additions
and
3 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