update-curl.rst 239 B

123456
  1. update-curl
  2. -----------
  3. * The version of curl bundled with CMake no longer accepts URLs of the form
  4. ``file://c:/...`` on Windows due to a change in upstream curl 7.52. Use
  5. the form ``file:///c:/...`` instead to work on all versions.