Skip to content

Commit 5cfdd8f

Browse files
committed
Update googletest to version 1.17.0
1 parent 07f62ef commit 5cfdd8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ if(LIBRSF_BUILD_TEST)
7070
include(FetchContent)
7171
FetchContent_Declare(googletest
7272
GIT_REPOSITORY https://github.com/google/googletest.git
73-
GIT_TAG v1.14.0
73+
GIT_TAG v1.17.0
7474
)
7575
# Prevent overriding the parent project's compiler/linker settings on Windows
7676
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)

0 commit comments

Comments
 (0)