blob: 852ad5adb66a72aac4f6faf0c3327c9c824b64f6 (
plain)
1
2
3
4
5
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.
|