mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 00:00:39 -05:00
9 lines
177 B
CMake
9 lines
177 B
CMake
include(common.cmake)
|
|
|
|
file(DOWNLOAD ${url} ${file}
|
|
EXPECTED_HASH SHA1=0123456789abcdef0123456789abcdef01234567
|
|
TIMEOUT 30
|
|
STATUS status
|
|
)
|
|
message("status='${status}'")
|