We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ab338f commit e726c7cCopy full SHA for e726c7c
1 file changed
tests/CMakeLists.txt
@@ -3,8 +3,8 @@ include(FetchContent)
3
FetchContent_Declare(
4
googletest
5
PREFIX googletest
6
- URL https://github.com/google/googletest/archive/refs/tags/v1.16.0.zip
7
- URL_HASH SHA256=a9607c9215866bd425a725610c5e0f739eeb50887a57903df48891446ce6fb3c
+ URL https://github.com/google/googletest/archive/refs/tags/v1.17.0.zip
+ URL_HASH SHA256=40d4ec942217dcc84a9ebe2a68584ada7d4a33a8ee958755763278ea1c5e18ff
8
DOWNLOAD_DIR "${STDGPU_EXTERNAL_DIR}/googletest"
9
)
10
0 commit comments