Skip to content

Commit 0f7111d

Browse files
committed
Update googletest to 1.12
1 parent ff57bf8 commit 0f7111d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/external/googletest.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ include (ExternalProject)
4444
ExternalProject_Add(${GTEST_TARGET}
4545
PREFIX ${GTEST_TARGET}
4646
GIT_REPOSITORY https://github.com/google/googletest.git
47-
GIT_TAG release-1.11.0
47+
GIT_TAG release-1.12.0
4848
UPDATE_COMMAND ""
4949
CMAKE_CACHE_ARGS -DCMAKE_C_COMPILER:FILEPATH=${CMAKE_C_COMPILER}
5050
-DCMAKE_CXX_COMPILER:FILEPATH=${CMAKE_CXX_COMPILER}

0 commit comments

Comments
 (0)