Skip to content

Commit ac6698e

Browse files
committed
dependencies: bump googletest to v1.17.0
1 parent 314cfa0 commit ac6698e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmake/dependencies/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ if(BUILD_googletest)
105105
FetchContent_Declare(
106106
googletest
107107
GIT_REPOSITORY https://github.com/google/googletest.git
108-
GIT_TAG v1.16.0
108+
GIT_TAG v1.17.0
109109
GIT_SHALLOW TRUE
110110
PATCH_COMMAND git apply --ignore-whitespace
111-
"${CMAKE_CURRENT_LIST_DIR}/../../patches/googletest-v1.16.0.patch"
111+
"${CMAKE_CURRENT_LIST_DIR}/../../patches/googletest-v1.17.0.patch"
112112
#PATCH_COMMAND git apply --ignore-whitespace ""
113113
)
114114
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)

0 commit comments

Comments
 (0)