<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Jun 6, 2014 at 8:28 AM, Brad King <span dir="ltr"><<a href="mailto:brad.king@kitware.com" target="_blank">brad.king@kitware.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 06/06/2014 11:07 AM, Andrew Fuller wrote:<br>
<div class="">> On Fri, Jun 6, 2014 at 6:08 AM, Brad King <<a href="mailto:brad.king@kitware.com">brad.king@kitware.com</a> <mailto:<a href="mailto:brad.king@kitware.com">brad.king@kitware.com</a>>> wrote:<br>

><br>
>     I cannot reproduce these.  Can you provide a complete CMakeLists.txt<br>
>     example please?<br>
><br>
> Attached<br>
<br>
</div>Thanks.  I meant to quote the whole outermost $<> expression as one<br>
argument.  Also you are missing some closing '>' in the last block.<br>
For example:<br>
<br>
-        $<$<PLATFORM_ID:Windows>:${_windowsLibListL}><br>
-        $<$<PLATFORM_ID:Linux>:$<JOIN:${_linuxLibListL}," -l"><br>
+        "$<$<PLATFORM_ID:Windows>:${_windowsLibListL}>"<br>
+        "$<$<PLATFORM_ID:Linux>:$<JOIN:${_linuxLibListL}, -l>>"<br>
<span class="HOEnZb"><font color="#888888"><br>
-Brad<br>
<br></font></span></blockquote><div><br></div><div>Oh my!  I wouldn't have thought of doing that.  Oops about the missed closing '>'; with the closing > but not adjusting the quotes still gives the syntax error.</div>
<div><br></div><div>But adding quotes around the entire thing ...  now that works!  (even for test #2 where I'm not using $<JOIN...>.  That's an easy fix for my project.</div><div><br></div><div>Should I be quoting all my generator expressions?  Is that the proper syntax?</div>
</div><br></div></div>