Skip to content

Commit

Permalink
Merge branch 'dkatz/update-googletest-version' into 'main'
Browse files Browse the repository at this point in the history
Change pinned googletest version to 1.15.2, per github PR

See merge request rewriting/ddisasm!1233
  • Loading branch information
jdorn-gt committed Dec 12, 2024
2 parents 5bd3870 + ee86263 commit 5606ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.googletest
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include(ExternalProject)
ExternalProject_Add(
googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG release-1.10.0
GIT_TAG v1.15.2
SOURCE_DIR "${CMAKE_BINARY_DIR}/googletest-src"
BINARY_DIR "${CMAKE_BINARY_DIR}/googletest-build"
CONFIGURE_COMMAND ""
Expand Down

0 comments on commit 5606ecd

Please sign in to comment.