Skip to content

Commit

Permalink
maint: bump gtest version to 1.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrsd committed Jan 3, 2025
1 parent 2276005 commit 1ecd142
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 @@ -33,7 +33,7 @@ if (EXODUSIICPP_BUILD_TESTS)
FetchContent_Declare(
googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG release-1.11.0
GIT_TAG v1.15.2
)
set(INSTALL_GTEST OFF CACHE BOOL "" FORCE)
mark_as_advanced(FORCE
Expand Down

0 comments on commit 1ecd142

Please sign in to comment.