Is it possible to use the Microsoft compiler (cl) with "Unix Makefiles"?
I found some older list postings that suggested it could work; however, setting CC, CXX, and CMAKE_CXX_COMPILER to "cl" doesn't do the trick. (It appears that the compiler doesn't like some of the flags used in the makefiles.) Can this be made to work with modern CMake (2.8.7), or am I barking up the wrong tree?
Braden -- 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