Co-authored-by: tooomm <tooomm@users.noreply.github.com>
This commit is contained in:
SlightlyCircuitous 2026-05-08 16:32:06 -04:00 committed by GitHub
parent 4eaed6a53a
commit 53aabe120b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@ include(ExternalProject)
ExternalProject_Add(
googletest
URL https://github.com/google/googletest/archive/refs/tags/v1.17.0.zip
URL_HASH SHA1=9ffb7b5923f4a8fcdabf2f42c6540cce299f44c0
URL_HASH SHA1=f638fa0e724760e2ba07ff8cfba32cd644e1ce28
SOURCE_DIR "${CMAKE_BINARY_DIR}/gtest-src"
BINARY_DIR "${CMAKE_BINARY_DIR}/gtest-build"
CONFIGURE_COMMAND ""