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. 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.
Edited by Brad King