mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-05 21:13:55 -07:00
Use 1.17.0
This commit is contained in:
parent
e2967bebbd
commit
dba2e3d7e1
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ project(gtest-download LANGUAGES NONE)
|
|||
include(ExternalProject)
|
||||
ExternalProject_Add(
|
||||
googletest
|
||||
URL https://github.com/google/googletest/archive/release-1.12.0.zip
|
||||
URL https://github.com/google/googletest/archive/refs/tags/v1.17.0.zip
|
||||
URL_HASH SHA1=9ffb7b5923f4a8fcdabf2f42c6540cce299f44c0
|
||||
SOURCE_DIR "${CMAKE_BINARY_DIR}/gtest-src"
|
||||
BINARY_DIR "${CMAKE_BINARY_DIR}/gtest-build"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue