aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Win32Depends.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Win32Depends.cmake b/Win32Depends.cmake
index c366bb3..98d29f6 100644
--- a/Win32Depends.cmake
+++ b/Win32Depends.cmake
@@ -64,6 +64,8 @@ foreach (pkg_set ${pkg_list})
if (NOT EXISTS ${filename})
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})
list (GET status 0 status_errno)