mirror of
https://github.com/reactos/CMake.git
synced 2024-12-21 03:00:59 +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.
15 lines
362 B
Plaintext
15 lines
362 B
Plaintext
CMake Error at .*/Modules/ExternalData.cmake:[0-9]+ \(message\):
|
|
Data file referenced by argument
|
|
|
|
DATA{Directory1}
|
|
|
|
corresponds to source tree path
|
|
|
|
Directory1
|
|
|
|
that does not exist as a file \(with or without an extension\)!
|
|
Call Stack \(most recent call first\):
|
|
.*
|
|
Directory1.cmake:3 \(ExternalData_Add_Test\)
|
|
CMakeLists.txt:3 \(include\)
|