Skip to content

Commit

Permalink
Merge pull request #73 from andrsd/bump-gtest
Browse files Browse the repository at this point in the history
maint: bump gtest version to 1.15.2
  • Loading branch information
andrsd authored Jan 3, 2025
2 parents 2276005 + 1ecd142 commit 27a7c87
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 27a7c87

Please sign in to comment.