Re: [CMake] file glob problems

2006-06-16 Thread Filipe Sousa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Clinton Stimpson wrote: > So a > > FILE(GLOB MYVAR "${SOMEDIR}/*/*.ext") > > somedir/ > a/a.ext > b/b.ext > c/c.ext > > > On Windows, returns them in alphabetical order. > On Linux, returns them in some random order. > > How do we get i

[CMake] file glob problems

2006-06-16 Thread Clinton Stimpson
So a FILE(GLOB MYVAR "${SOMEDIR}/*/*.ext") somedir/ a/a.ext b/b.ext c/c.ext On Windows, returns them in alphabetical order. On Linux, returns them in some random order. How do we get it in alphabetical order all the time? Clint ___ CMake mai