Skip to content

Commit

Permalink
upgrade GTest to 1.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dweber2022 committed Aug 7, 2024
1 parent dd59757 commit acb492b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include(FetchContent)
FetchContent_Declare(
googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG f8d7d77c06936315286eb55f8de22cd23c188571 # Release-1.14.0
GIT_TAG b514bdc898e2951020cbdca1304b75f5950d1f59 # Release-1.15.2
)
FetchContent_MakeAvailable(googletest)

Expand Down

0 comments on commit acb492b

Please sign in to comment.