230f2d6e70
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.
10 lines
280 B
Plaintext
10 lines
280 B
Plaintext
CMake Error at .*/Modules/ExternalData.cmake:[0-9]+ \(message\):
|
|
Unknown option "RECURSE:x" in argument
|
|
|
|
DATA{Directory1/,RECURSE:x,Data.dat}
|
|
|
|
Call Stack \(most recent call first\):
|
|
.*
|
|
BadRecurse3.cmake:2 \(ExternalData_Expand_Arguments\)
|
|
CMakeLists.txt:3 \(include\)
|