FILE(GLOB variable RELATIVE path globbing_expression) fails when the underlying path contains special character
This issue was created automatically from an original [Mantis Issue](https://cmake.org/Bug/view.php?id=14789). Further discussion may take place here.
---
`FILE(GLOB variable RELATIVE path globbing_expression)` fails to generate the list of files when the path contains `[some_text]`.
Escaping '[' and ']' in CMAKE returned PATHs should prevent this, I haven't tested it.
issue