diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-10-29 04:30:35 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-10-29 04:30:35 +0200 |
commit | ed6d34159e6c58f333d83f6ee514b6bfa90029ce (patch) | |
tree | 4b617f8dbd8016913623006b0387d962bdfe90a6 | |
parent | ff03060efa07a2483b20c8aed71448bb461a0f5d (diff) | |
download | logdiag-ed6d34159e6c58f333d83f6ee514b6bfa90029ce.tar.gz logdiag-ed6d34159e6c58f333d83f6ee514b6bfa90029ce.tar.xz logdiag-ed6d34159e6c58f333d83f6ee514b6bfa90029ce.zip |
Win32Depends.cmake: make a note about cURL
-rw-r--r-- | Win32Depends.cmake | 2 |
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) |