Skip to content

Commit

Permalink
update googletest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ftheirs committed Nov 19, 2021
1 parent 3d9da6b commit 8c11c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/gtest/CMakeLists.txt.gtest.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project(googletest-download NONE)
include(ExternalProject)
ExternalProject_Add(googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG master
GIT_TAG release-1.11.0
SOURCE_DIR "${CMAKE_BINARY_DIR}/googletest-src"
BINARY_DIR "${CMAKE_BINARY_DIR}/googletest-build"
CONFIGURE_COMMAND ""
Expand Down

0 comments on commit 8c11c8b

Please sign in to comment.