From ed6d34159e6c58f333d83f6ee514b6bfa90029ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Fri, 29 Oct 2021 04:30:35 +0200 Subject: Win32Depends.cmake: make a note about cURL --- Win32Depends.cmake | 2 ++ 1 file changed, 2 insertions(+) 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) -- cgit v1.2.3