Skip to content

Commit

Permalink
update version for googletest
Browse files Browse the repository at this point in the history
  • Loading branch information
samanthaarcher0 committed May 14, 2024
1 parent d91e86c commit eced881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt.in
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
# Temporary: to avoid https://github.com/google/googletest/issues/2711
GIT_TAG release-1.12.1
GIT_TAG v1.14.0
SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/googletest-src"
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/googletest-build"
CONFIGURE_COMMAND ""
Expand Down

0 comments on commit eced881

Please sign in to comment.