We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c39dc commit bec1d8cCopy full SHA for bec1d8c
cmake/modules/GoogleTest.cmake
@@ -34,8 +34,8 @@ endif()
34
ExternalProject_Add(
35
googletest
36
GIT_REPOSITORY https://github.com/google/googletest.git
37
- GIT_SHALLOW 1
38
- GIT_TAG v1.17.0
+ GIT_SHALLOW FALSE
+ GIT_TAG fa8438ae6b70c57010177de47a9f13d7041a6328
39
UPDATE_COMMAND ""
40
# # Force separate output paths for debug and release builds to allow easy
41
# # identification of correct lib in subsequent TARGET_LINK_LIBRARIES commands
0 commit comments