mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-14 19:18:55 -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)
|
include(ExternalProject)
|
||||||
ExternalProject_Add(googletest
|
ExternalProject_Add(googletest
|
||||||
URL https://googletest.googlecode.com/files/gtest-1.7.0.zip
|
URL https://github.com/google/googletest/archive/release-1.7.0.zip
|
||||||
URL_HASH SHA1=f85f6d2481e2c6c4a18539e391aa4ea8ab0394af
|
URL_HASH SHA1=f89bc9f55477df2fde082481e2d709bfafdb057b
|
||||||
SOURCE_DIR "${CMAKE_BINARY_DIR}/gtest-src"
|
SOURCE_DIR "${CMAKE_BINARY_DIR}/gtest-src"
|
||||||
BINARY_DIR "${CMAKE_BINARY_DIR}/gtest-build"
|
BINARY_DIR "${CMAKE_BINARY_DIR}/gtest-build"
|
||||||
CONFIGURE_COMMAND ""
|
CONFIGURE_COMMAND ""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue