David Cole wrote:
Are
FILE(GLOB var "*.txt")
results guaranteed to be sorted alphabetically? Or is that just happening by happy accident for me...?

There is nothing in the implementation to my knowledge that guarantees any kind of order. If the files came from a CVS checkout then they are probably in order in the directory structure.

-Brad
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to