mirror of
https://github.com/reactos/CMake.git
synced 2024-12-15 07:41:15 +00:00
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.
7 lines
255 B
Plaintext
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\)
|