mirror of
https://github.com/reactos/CMake.git
synced 2024-12-14 23:29:57 +00:00
4befecc77c
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.
13 lines
314 B
Plaintext
13 lines
314 B
Plaintext
CMake Error at .*/Modules/ExternalData.cmake:[0-9]+ \(message\):
|
|
Data file referenced by argument
|
|
|
|
DATA{../NotUnderRoot.txt}
|
|
|
|
does not lie under the top-level source directory
|
|
|
|
.*/Tests/RunCMake/ExternalData
|
|
|
|
Call Stack \(most recent call first\):
|
|
.*
|
|
NotUnderRoot.cmake:2 \(ExternalData_Add_Test\)
|