Skip to content

Commit

Permalink
Update gtest tag to point to v1.13.0 (#74)
Browse files Browse the repository at this point in the history
Summary:
See title.

Pull Request resolved: #74

Test Plan: CI

Reviewed By: bwasti

Differential Revision: D46597475

Pulled By: jacobkahn

fbshipit-source-id: 5fd5780923de8c70b307bdca38e5c0a1be50129d
  • Loading branch information
jacobkahn authored and facebook-github-bot committed Jun 9, 2023
1 parent acaa810 commit d073808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/BuildGoogleTest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.14)
include(FetchContent)

set(gtest_URL https://github.com/google/googletest.git)
set(gtest_TAG release-1.12.1)
set(gtest_TAG v1.13.0)

FetchContent_Declare(
googletest
Expand Down

0 comments on commit d073808

Please sign in to comment.