mirror of
https://github.com/reactos/CMake.git
synced 2024-12-15 07:41:15 +00:00
9e518a8169
Use a trailing slash to reference a directory. Require that a list of associated files be specified to select from within the directory. One may simply use DATA{Dir/,REGEX:.*} to reference all files but get a directory passed on the command line.
11 lines
281 B
Plaintext
11 lines
281 B
Plaintext
CMake Error at .*/Modules/ExternalData.cmake:[0-9]+ \(message\):
|
|
Data directory referenced by argument
|
|
|
|
DATA{Directory2/}
|
|
|
|
must list associated files.
|
|
Call Stack \(most recent call first\):
|
|
.*
|
|
Directory2.cmake:3 \(ExternalData_Add_Test\)
|
|
CMakeLists.txt:3 \(include\)
|