Skip to content

Commit bec1d8c

Browse files
authored
Use Google test commit fa8438ae6b70c57010177de47a9f13d7041a6328 (After v1.17 but before v1.18 to fix error)
1 parent 55c39dc commit bec1d8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/modules/GoogleTest.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ endif()
3434
ExternalProject_Add(
3535
googletest
3636
GIT_REPOSITORY https://github.com/google/googletest.git
37-
GIT_SHALLOW 1
38-
GIT_TAG v1.17.0
37+
GIT_SHALLOW FALSE
38+
GIT_TAG fa8438ae6b70c57010177de47a9f13d7041a6328
3939
UPDATE_COMMAND ""
4040
# # Force separate output paths for debug and release builds to allow easy
4141
# # identification of correct lib in subsequent TARGET_LINK_LIBRARIES commands

0 commit comments

Comments
 (0)