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 6ef5e64 commit d217d66Copy full SHA for d217d66
test/CMakeLists.txt
@@ -4,7 +4,7 @@ include(FetchContent)
4
FetchContent_Declare(
5
googletest
6
GIT_REPOSITORY https://github.com/google/googletest.git
7
- GIT_TAG v1.15.2
+ GIT_TAG 6910c9d9165801d8827d628cb72eb7ea9dd538c5 # v1.16.0
8
)
9
## For Windows: Prevent overriding the parent project's compiler/linker settings
10
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
0 commit comments