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.
10 lines
317 B
Plaintext
10 lines
317 B
Plaintext
CMake Error at .*/Modules/ExternalData.cmake:[0-9]+ \(message\):
|
|
Bad %\(algo:\) in URL template:
|
|
|
|
file:///path/to/%\(algo:\)/%\(hash\)
|
|
|
|
The transform name must be a valid C identifier.
|
|
Call Stack \(most recent call first\):
|
|
BadAlgoMap1.cmake:[0-9]+ \(ExternalData_Add_Target\)
|
|
CMakeLists.txt:3 \(include\)
|