mirror of
https://github.com/reactos/CMake.git
synced 2024-12-15 07:41:15 +00:00
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.
8 lines
326 B
Plaintext
8 lines
326 B
Plaintext
^CMake Error at .*/Modules/ExternalData.cmake:[0-9]+ \(message\):
|
|
No ExternalData_CUSTOM_SCRIPT_MissingKey is set for URL template:
|
|
|
|
ExternalDataCustomScript://MissingKey/%\(algo\)/%\(hash\)
|
|
Call Stack \(most recent call first\):
|
|
BadCustom3.cmake:[0-9]+ \(ExternalData_Add_Target\)
|
|
CMakeLists.txt:[0-9]+ \(include\)$
|