CMake/Tests/RunCMake/ExternalData/BadRecurse1-stderr.txt
Brad King 230f2d6e70 ExternalData: Add option to recursively match under directories
Extend the ``DATA{Dir/,...}`` syntax with a new ``RECURSE:`` option
to enable recursive matching of associated files.  This will allow
an entire directory tree of data to be referenced at once.
2015-03-27 14:44:54 -04:00

7 lines
255 B
Plaintext

CMake Error at .*/Modules/ExternalData.cmake:[0-9]+ \(message\):
Recurse option "RECURSE:" allowed only with directories.
Call Stack \(most recent call first\):
.*
BadRecurse1.cmake:2 \(ExternalData_Expand_Arguments\)
CMakeLists.txt:3 \(include\)