Skip to content

Commit

Permalink
Upgrade GTest version to 1.13 (#401)
Browse files Browse the repository at this point in the history
Upgrade GTest 
Fixes #400

Authors:
  - Robert Maynard (https://github.com/robertmaynard)

Approvers:
  - Vyas Ramasubramani (https://github.com/vyasr)

URL: #401
  • Loading branch information
robertmaynard authored Apr 24, 2023
1 parent b8e924b commit 6a713e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rapids-cmake/cpm/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"git_tag" : "v1.5.3"
},
"GTest" : {
"version" : "1.10.0",
"version" : "1.13.0",
"git_url" : "https://github.com/google/googletest.git",
"git_tag" : "release-${version}"
"git_tag" : "v${version}"
},
"libcudacxx" : {
"version" : "1.9.1",
Expand Down

0 comments on commit 6a713e4

Please sign in to comment.