<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2014-05-30 14:12 GMT+04:00 David Cole <span dir="ltr"><<a href="mailto:dlrdave@aol.com" target="_blank">dlrdave@aol.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

The cache is telling you:<div class=""><br>
<br>
   "//No help, variable specified on the command line."<br>
<br></div>
If you want the help string from your sources to appear in the CMakeCache.txt, then don't specify a value for it on the command line...<br>
<br>
Delete the cache, and try again without giving the arg on the command line, and it should pick up the doc string from the source<br></blockquote><div><br></div><div>I did as you suggested and indeed, in CMakeCache.txt I now see</div>

<div><br></div><div><div>//Allow External Library Building (NO SVN TGZ)</div><div>HDF5_ALLOW_EXTERNAL_SUPPORT:STRING=NO</div></div><div><br></div><div>With option() instead of set(), it was </div><div><br></div><div><div>

//Allow External Library Building (NO SVN TGZ)</div><div>HDF5_ALLOW_EXTERNAL_SUPPORT:BOOL=OFF</div></div><div><br></div><div>(incorrect).</div><div><br></div><div>However, in any case cmake-gui shows a checkbox, not a editbox/combobox.</div>

<div>So, it's likely a problem of cmake-gui.</div><div><br></div><div>Best wishes,</div><div>Andrey Paramonov</div><div><br></div></div></div></div>