<div dir="ltr">Thanks!</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jun 3, 2014 at 6:25 AM, David Cole <span dir="ltr"><<a href="mailto:dlrdave@aol.com" target="_blank">dlrdave@aol.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">> Are there some good examples of why one would use bracket arguments?<br>
<br>
<br>
</div>I think one of the major use cases for bracket arguments is in<br>
"file(WRITE" so you can embed literal python code (or Lua, or<br>
javascript, or ...) directly in the argument to the file command and<br>
have a section of your CMakeLists that looks like an entirely different<br>
language.<br>
<br>
It's also a look-far-ahead feature for integrating the "CMake language"<br>
with a "better" language, say one where arithmetic is more easily<br>
expressed, down the line somewhere.<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
D<br>
<br>
<br>
<br>
</font></span></blockquote></div><br></div>