CMake/Tests/RunCMake/ExternalData/Directory4-stderr.txt
Brad King 9e518a8169 ExternalData: Allow DATA{} syntax to reference directories
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.
2013-01-30 10:05:07 -05:00

7 lines
237 B
Plaintext

CMake Error at .*/Modules/ExternalData.cmake:[0-9]+ \(message\):
Series option ":" not allowed with directories.
Call Stack \(most recent call first\):
.*
Directory4.cmake:3 \(ExternalData_Add_Test\)
CMakeLists.txt:3 \(include\)