[Cmake] Bug in FILE(GLOB ....) in Windows?
Andy Cedilnik
andy.cedilnik at kitware.com
Fri, 06 Feb 2004 15:26:04 -0500
Hi David,
Could you please add a bug report for this?
Thank you.
Andy
On Thu, 2004-02-05 at 09:57, 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