Win32Depends.cmake: make a note about cURL
This commit is contained in:
parent
ff03060efa
commit
ed6d34159e
|
@ -64,6 +64,8 @@ foreach (pkg_set ${pkg_list})
|
||||||
|
|
||||||
if (NOT EXISTS ${filename})
|
if (NOT EXISTS ${filename})
|
||||||
message (STATUS "Downloading ${url}...")
|
message (STATUS "Downloading ${url}...")
|
||||||
|
# TODO: on Windows XP, we can't download https://curl.se/windows/
|
||||||
|
# but it would be somewhat nice to be able to detect it in PATH
|
||||||
file (DOWNLOAD ${url} ${filename} STATUS status ${pkg_md5_param})
|
file (DOWNLOAD ${url} ${filename} STATUS status ${pkg_md5_param})
|
||||||
|
|
||||||
list (GET status 0 status_errno)
|
list (GET status 0 status_errno)
|
||||||
|
|
Loading…
Reference in New Issue