Skip to content

Commit

Permalink
Revert "update version for googletest"
Browse files Browse the repository at this point in the history
This reverts commit eced881.
  • Loading branch information
CyanoKobalamyne committed Jun 14, 2024
1 parent ca776a3 commit 1770f09
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 v1.14.0
GIT_TAG release-1.12.1
SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/googletest-src"
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/googletest-build"
CONFIGURE_COMMAND ""
Expand Down

0 comments on commit 1770f09

Please sign in to comment.