Jesper Eskilson schrieb am Freitag 29 Mai 2009 um 16:49: > I'm having some trouble in setting up our CMake-system to use MSYS > Makefiles together with cl.exe. The environments seems all setup, cl.exe
Without looking at the error message you've posted, MSYS doesn't work with cl, since msvc flags start with "/" which is converted by msys to a path on the fly. Best, -- Maik _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
