[llvm-commits] [llvm] r156150 - /llvm/trunk/cmake/modules/HandleLLVMOptions.cmake

Rafael EspĂ­ndola rafael.espindola at gmail.com
Mon May 7 14:20:17 PDT 2012


> seemed to work for me for both values. Can you double check it doesn't work for you when toggling CMAKE_COLOR_MAKEFILE between OFF and ON?

OK, I found the problem. CMAKE_COLOR_MAKEFILE is only defined when
producing Makefiles, so it fails with -G Ninja. In there a way to
check what is the build file format cmake is generating?

> Thanks
>
> Tom

Cheers,
Rafael



More information about the llvm-commits mailing list