<div dir="ltr"><div class="gmail_quote">On Fri, 15 May 2015 at 12:39 Renato Golin <<a href="mailto:renato.golin@linaro.org">renato.golin@linaro.org</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 15 May 2015 at 17:04, Stefanus Du Toit <<a href="mailto:sdt@google.com" target="_blank">sdt@google.com</a>> wrote:<br>
> The fix should be as simple as changing "if (NOT "${varname}")" to "if (NOT<br>
> ${varname})" on that line.<br>
<br>
Would that work on CMake 2.8, too? That's our current lowest version.<br></blockquote><div><br></div><div>Yes, that should work fine on CMake 2.8. There's even an example of doing exactly what is done here (without the quotes) in the CMake 2.8 docs:</div><div><br></div><div><a href="http://www.cmake.org/cmake/help/v2.8.12/cmake.html#command:if">http://www.cmake.org/cmake/help/v2.8.12/cmake.html#command:if</a><br></div><div><br></div><div>(towards the end of that section, starting with "The if command was written very early")</div><div><br></div><div>Stefanus</div></div></div>