Skip to content

Commit

Permalink
CMakeLists.txt: Upgrade GoogleTest to v1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GHF committed Nov 27, 2023
1 parent c3ecd93 commit a5f09d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include(FetchContent)
FetchContent_Declare(
googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG release-1.11.0
GIT_TAG v1.14.0
)
FetchContent_MakeAvailable(googletest)

Expand Down

0 comments on commit a5f09d0

Please sign in to comment.