Is it possible to get CMake under Windows to understand Unix-style end-of-line characters? I want to use my Unix-based source tree under Windows for multi-platform testing, but CMake hangs when parsing the files. Or is there some other way to conveniently share the sources between Unix and Windows? Thanks, Amitha.