View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0016082CMakeCMakepublic2016-04-26 09:042016-06-10 14:31
ReporterA. Klitzing 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product VersionCMake 3.5.2 
Target VersionFixed in Version 
Summary0016082: Support alternative download URL in ExternalProject_Add
DescriptionWe use a script with a lot of ExternalProject_Add to generate our dependencies. But some project moves their files to different destination after some time. For example: openssl

It would be very helpful if ExternalProject_Add could support alternative download URLs as a list. So cmake could try the next URL if a connection error occurs.

ExternalProject_Add(dummy
    URL "${FIRST_URL}" "${SECOND_URL}" "${THIRD_URL}"
)
Additional InformationOpenSSL:

Current version:
ftp://ftp.openssl.org/source/ [^]

If a new version arrives the old one will be moved to:
ftp://ftp.openssl.org/source/old/ [^]
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0042989)
Kitware Robot (administrator)
2016-06-10 14:29

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2016-04-26 09:04 A. Klitzing New Issue
2016-06-10 14:29 Kitware Robot Note Added: 0042989
2016-06-10 14:29 Kitware Robot Status new => resolved
2016-06-10 14:29 Kitware Robot Resolution open => moved
2016-06-10 14:29 Kitware Robot Assigned To => Kitware Robot
2016-06-10 14:31 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team