Skip to content

Commit e726c7c

Browse files
committed
tests: Upgrade googletest to 1.17
1 parent 5ab338f commit e726c7c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ include(FetchContent)
33
FetchContent_Declare(
44
googletest
55
PREFIX googletest
6-
URL https://github.com/google/googletest/archive/refs/tags/v1.16.0.zip
7-
URL_HASH SHA256=a9607c9215866bd425a725610c5e0f739eeb50887a57903df48891446ce6fb3c
6+
URL https://github.com/google/googletest/archive/refs/tags/v1.17.0.zip
7+
URL_HASH SHA256=40d4ec942217dcc84a9ebe2a68584ada7d4a33a8ee958755763278ea1c5e18ff
88
DOWNLOAD_DIR "${STDGPU_EXTERNAL_DIR}/googletest"
99
)
1010

0 commit comments

Comments
 (0)