Skip to content

Commit a5f047e

Browse files
committed
tests: Upgrade googletest to 1.16
1 parent b51c470 commit a5f047e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.14.0.zip
7-
URL_HASH SHA256=1f357c27ca988c3f7c6b4bf68a9395005ac6761f034046e9dde0896e3aba00e4
6+
URL https://github.com/google/googletest/archive/refs/tags/v1.16.0.zip
7+
URL_HASH SHA256=a9607c9215866bd425a725610c5e0f739eeb50887a57903df48891446ce6fb3c
88
DOWNLOAD_DIR "${STDGPU_EXTERNAL_DIR}/googletest"
99
)
1010

0 commit comments

Comments
 (0)