CMake/Tests/RunCMake/ExternalData/BadSeries2-stderr.txt
Brad King 4befecc77c ExternalData: Add tests covering interfaces and errors
Add a Module.ExternalData test to verify data retrieval and test
argument DATA{} references.

Add a RunCMake.ExternalData test to verify error handling and automatic
transformation of a raw data to a content link and staged object.
2013-01-30 10:04:54 -05:00

17 lines
349 B
Plaintext

CMake Error at .*/Modules/ExternalData.cmake:[0-9]+ \(message\):
Data file referenced by argument
DATA{Data.txt,:}
corresponds to path
Data.txt
that does not match regular expression
\(x\)\(y\)\$
Call Stack \(most recent call first\):
.*
BadSeries2.cmake:3 \(ExternalData_Expand_Arguments\)
CMakeLists.txt:3 \(include\)