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

William A. Hoffman billlist at nycap.rr.com
Thu, 05 Feb 2004 10:13:47 -0500


What version of cmake are you using?

At 09:57 AM 2/5/2004, David Svoboda wrote:
>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
>
>_______________________________________________
>Cmake mailing list
>Cmake at www.cmake.org
>http://www.cmake.org/mailman/listinfo/cmake