diff options
author | Brad King <brad.king@kitware.com> | 2017-02-07 19:36:49 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-02-10 18:10:07 (GMT) |
commit | d4da4755cdab41679ae7c2fa6ef2984a2d6837ec (patch) | |
tree | 2acb2d79937c3472ca6412e5b4616e12414caea1 /Help | |
parent | 14c771530a12feb4f92fb0ab466b40ff68997b05 (diff) | |
download | CMake-d4da4755cdab41679ae7c2fa6ef2984a2d6837ec.zip CMake-d4da4755cdab41679ae7c2fa6ef2984a2d6837ec.tar.gz CMake-d4da4755cdab41679ae7c2fa6ef2984a2d6837ec.tar.bz2 |
Help: Add notes for topic 'update-curl'
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/update-curl.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/update-curl.rst b/Help/release/dev/update-curl.rst new file mode 100644 index 0000000..852ad5a --- /dev/null +++ b/Help/release/dev/update-curl.rst @@ -0,0 +1,6 @@ +update-curl +----------- + +* The version of curl bundled with CMake no longer accepts URLs of the form + ``file://c:/...`` on Windows due to a change in upstream curl 7.52. Use + the form ``file:///c:/...`` instead to work on all versions. |