We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33380c8 commit a443aa6Copy full SHA for a443aa6
CMakeLists.txt
@@ -196,7 +196,7 @@ include(FetchContent)
196
FetchContent_Declare(
197
googletest
198
GIT_REPOSITORY https://github.com/google/googletest.git
199
- GIT_TAG v1.14.0
+ GIT_TAG v1.17.0
200
)
201
if (WINDOWS)
202
# For Windows: Prevent overriding the parent project's compiler/linker settings
0 commit comments