<div dir="ltr"><div>On Fri, 15 May 2015 at 11:24 Renato Golin <<a href="mailto:renato.golin@linaro.org">renato.golin@linaro.org</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Now that I'm using CMake 3.2.2 to get the "pool = console" Ninja<br>
feature, I'm seeing this warning:<br>
<br>[...]<br>
  Quoted variables like "HAVE_RPC_XDR_H" will no longer be dereferenced when<br>[...]<br>
<br>
I don't want to suppress it, since the semantics of the expansion is<br>
different. Is anyone seeing this who knows what the best work around<br>
is?</blockquote><div><br></div><div>The fix should be as simple as changing "if (NOT "${varname}")" to "if (NOT ${varname})" on that line.<br></div><div> <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> Or is it just a developer's message (as the warning implies) and<br>
future release versions will work around it automatically?<br></blockquote><div><br></div>When it says "for project developers", it doesn't mean CMake developers, it means LLVM developers; that part of the warning is meant for end-users compiling at home.</div><div class="gmail_quote"><br></div><div class="gmail_quote">Stefanus</div></div>