http://llvm.org/bugs/show_bug.cgi?id=9766
Óscar Fuentes <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #4 from Óscar Fuentes <[email protected]> 2011-04-21 08:26:52 CDT --- The LLVM cmake files use features absent from cmake 2.6.4 when generating project files for MS Visual Studio, and cmake 2.6.4 lacks support for VS 10 project files in general. Apart from that, downgrading the requirement to version 2.6.4 means that maintainers and people who contribute code to the LLVM cmake system must install an old cmake version and refrain from using convenient features introduced on 2.8. -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
