mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 06:47:08 -05:00
6 lines
147 B
CMake
6 lines
147 B
CMake
include(common.cmake)
|
|
|
|
# Test downloading without saving to a file.
|
|
set(file "")
|
|
file_download(EXPECTED_HASH MD5=55555555555555555555555555555555)
|