Skip to content

Commit

Permalink
Merge pull request #145 from thbeu/bump-googletest
Browse files Browse the repository at this point in the history
Bump GoogleTest from v1.14.0 to v1.15.2
  • Loading branch information
rouault authored Aug 12, 2024
2 parents c0582fe + 6524cd2 commit d625e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include(FetchContent)
FetchContent_Declare(
googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG v1.14.0
GIT_TAG v1.15.2
)

# For Windows: Prevent overriding the parent project's compiler/linker settings
Expand Down

0 comments on commit d625e9b

Please sign in to comment.