Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
e107fd0713c93f8b7d5be54552b51b1632b34f8c
/
.
/
Tests
/
RunCMake
/
file-DOWNLOAD
/
hash-mismatch.cmake
blob: e3f91e348888100fe54fbbeb17c57a49e4361261 [
file
] [
log
] [
blame
]
include
(
common
.
cmake
)
file
(
DOWNLOAD $
{
url
}
$
{
file
}
EXPECTED_HASH SHA1
=
0123456789abcdef0123456789abcdef01234567
TIMEOUT
30
STATUS status
)
message
(
"status='${status}'"
)