On Sun, 24 Oct 2010 16:33:01 +0100, Mateusz Loskot said: >I'm trying to find out what's the status of clang support in CMake. >What version of CMake is recommended to make proper use of clang 2.8+ >for building a C++ software, etc.
Somewhat off-topic, but if you're going to build C++ code with clang, you should probably build clang yourself from trunk. Its C++ support is new and much better in trunk than 2.8. I have dashboards that use CMake 2.8.3 and a recent build of clang to build CMake, VTK, ITK, and GDCM nightly. -- ____________________________________________________________ Sean McBride, B. Eng [email protected] Rogue Research www.rogue-research.com Mac Software Developer Montréal, Québec, Canada _______________________________________________ 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
