We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f62ef commit 5cfdd8fCopy full SHA for 5cfdd8f
1 file changed
CMakeLists.txt
@@ -70,7 +70,7 @@ if(LIBRSF_BUILD_TEST)
70
include(FetchContent)
71
FetchContent_Declare(googletest
72
GIT_REPOSITORY https://github.com/google/googletest.git
73
- GIT_TAG v1.14.0
+ GIT_TAG v1.17.0
74
)
75
# Prevent overriding the parent project's compiler/linker settings on Windows
76
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
0 commit comments