http://llvm.org/bugs/show_bug.cgi?id=8885
Óscar Fuentes <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Óscar Fuentes <[email protected]> 2011-01-02 12:55:59 CST --- This is a cmake 2.8.3 bug. If you put INCLUDE(CMakeDetermineCompilerId) at the beginning of M:/Development/utils/cmake/share/cmake-2.8/Modules/CMakeDetermineASMCompiler.cmake, it works fine. It is already fixed on cmake's git repo. -- 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
