[LLVMdev] CMake 3.2 warning in Compiler-RT

Renato Golin renato.golin at linaro.org
Fri May 15 09:39:36 PDT 2015


On 15 May 2015 at 17:04, Stefanus Du Toit <sdt at google.com> wrote:
> The fix should be as simple as changing "if (NOT "${varname}")" to "if (NOT
> ${varname})" on that line.

Would that work on CMake 2.8, too? That's our current lowest version.

cheers,
--renato



More information about the llvm-dev mailing list