mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
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.
15 lines
340 B
Plaintext
15 lines
340 B
Plaintext
CMake Error at .*/Modules/ExternalData.cmake:[0-9]+ \(message\):
|
|
Data directory referenced by argument
|
|
|
|
DATA{Directory5/}
|
|
|
|
corresponds to source tree path
|
|
|
|
Directory5
|
|
|
|
that does not exist as a directory!
|
|
Call Stack \(most recent call first\):
|
|
.*
|
|
Directory5.cmake:3 \(ExternalData_Add_Test\)
|
|
CMakeLists.txt:3 \(include\)
|