We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 790de19 commit 8f0f9c6Copy full SHA for 8f0f9c6
1 file changed
cmake/fetch-googletest.cmake
@@ -1,7 +1,7 @@
1
CPMAddPackage(
2
NAME googletest
3
GITHUB_REPOSITORY google/googletest
4
- GIT_TAG release-1.10.0
5
- VERSION 1.10.0
+ GIT_TAG release-1.11.0
+ VERSION 1.11.0
6
OPTIONS "INSTALL_GTEST OFF" "gtest_force_shared_crt"
7
)
0 commit comments