[cmake-developers] if (FOO == BAR) ...
David Cole
dlrdave at aol.com
Wed Mar 20 21:07:06 EDT 2013
<snip>
> What I would expect to be different
> from STREQUAL is that 'if("${var}" ==' is NOT the same as 'if(${var} =='.
You'd expect the quotes to make a difference ?
</snip>
Sorry -- that was a mistake, I meant to say: ‘if(var ==’ is NOT the same as ‘if(${var} ==’
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20130321/e53c00b7/attachment.html>
More information about the cmake-developers
mailing list