mirror of
https://github.com/reactos/CMake.git
synced 2024-12-13 22:58:41 +00:00
f7f4ca55bd
Allow URL templates to contain a %(algo:<key>) placeholder that is replaced by mapping the canonical hash algorithm name through a map defined by the <key>. Extend the Module.ExternalData test to cover the behavior. Extend the RunCMake.ExternalData test to cover error cases.
9 lines
347 B
ReStructuredText
9 lines
347 B
ReStructuredText
ExternalData-url-algo-map
|
|
-------------------------
|
|
|
|
* The :module:`ExternalData` module learned a new URL template
|
|
placeholder ``%(algo:<key>)`` to allow custom mapping from
|
|
algorithm name to URL component through configuration of new
|
|
:variable:`ExternalData_URL_ALGO_<algo>_<key>` variables.
|
|
This allows more flexibility in remote URLs.
|