0fe4d8bb3b
Add support for a special URL template to map the fetch operation to a project-specified .cmake script insead of using file(DOWNLOAD). Extend the Module.ExternalData test to cover the behavior. Extend the RunCMake.ExternalData test to cover error cases.
6 lines
296 B
CMake
6 lines
296 B
CMake
set(ExternalData_OBJECT_STORES "@ExternalData_OBJECT_STORES@")
|
|
set(ExternalData_URL_TEMPLATES "@ExternalData_URL_TEMPLATES@")
|
|
set(ExternalData_TIMEOUT_INACTIVITY "@ExternalData_TIMEOUT_INACTIVITY@")
|
|
set(ExternalData_TIMEOUT_ABSOLUTE "@ExternalData_TIMEOUT_ABSOLUTE@")
|
|
@_ExternalData_CONFIG_CODE@
|