MantisBT - CMake
View Issue Details
0016082CMakeCMakepublic2016-04-26 09:042016-06-10 14:31
A. Klitzing 
Kitware Robot 
normalminoralways
closedmoved 
CMake 3.5.2 
 
0016082: Support alternative download URL in ExternalProject_Add
We 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}"
)
OpenSSL:

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/ [^]
No tags attached.
Issue History
2016-04-26 09:04A. KlitzingNew Issue
2016-06-10 14:29Kitware RobotNote Added: 0042989
2016-06-10 14:29Kitware RobotStatusnew => resolved
2016-06-10 14:29Kitware RobotResolutionopen => moved
2016-06-10 14:29Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0042989)
Kitware Robot   
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.