mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
fix google tests
This commit is contained in:
parent
7f28a7e844
commit
018a4736c6
1 changed files with 2 additions and 2 deletions
|
|
@ -4,8 +4,8 @@ project(gtest-download LANGUAGES NONE)
|
|||
|
||||
include(ExternalProject)
|
||||
ExternalProject_Add(googletest
|
||||
URL https://googletest.googlecode.com/files/gtest-1.7.0.zip
|
||||
URL_HASH SHA1=f85f6d2481e2c6c4a18539e391aa4ea8ab0394af
|
||||
URL https://github.com/google/googletest/archive/release-1.7.0.zip
|
||||
URL_HASH SHA1=f89bc9f55477df2fde082481e2d709bfafdb057b
|
||||
SOURCE_DIR "${CMAKE_BINARY_DIR}/gtest-src"
|
||||
BINARY_DIR "${CMAKE_BINARY_DIR}/gtest-build"
|
||||
CONFIGURE_COMMAND ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue