[Cmake] Bug in FILE(GLOB ....) in Windows?

David Svoboda xsvobod2 at informatics.muni.cz
Thu, 5 Feb 2004 15:57:16 +0100


Hello,

I tried to find some files using FILE command. For example

FILE(GLOB MY_VAR "C:/<dir>/FF*")

In UNIX-like system contents of MY_VAR variable is similar to "ls FF*".
In Windows the result seems the same, but all the filenames are finally in
the lower case!!! Does exist any switch or simple solution to avoid this
strange behaviour?

David