8eb20eeabe
Allow ExternalData_URL_TEMPLATES to be empty if a value for ExternalData_OBJECT_STORES is provided. Assume in this use case that the object stores will already contain all needed objects. Extend the Module.ExternalData test to cover this case (all objects in stores). Extend the RunCMake.ExternalData test to cover the non-failure message case when stores are provided without URL templates.
6 lines
264 B
Plaintext
6 lines
264 B
Plaintext
CMake Error at .*/Modules/ExternalData.cmake:[0-9]+ \(message\):
|
|
Neither ExternalData_URL_TEMPLATES nor ExternalData_OBJECT_STORES is set!
|
|
Call Stack \(most recent call first\):
|
|
NoURLTemplates.cmake:2 \(ExternalData_Add_Target\)
|
|
CMakeLists.txt:3 \(include\)
|