<div class="gmail_quote">On Wed, Mar 30, 2011 at 11:56 AM, Michael Wild <span dir="ltr"><<a href="mailto:themiwi@gmail.com">themiwi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On 03/30/2011 05:52 PM, Tim Gallagher wrote:<br>
> Hi,<br>
><br>
> Is there a way (and if not, how do I submit a feature request) to have a set of drop-down type options in the ccmake interface? The obvious example is for CMAKE_BUILD_TYPE, where something like hitting Enter scrolls through Release -> Debug -> MinSizeRel, etc..<br>
><br>
> Maybe somebody has already written something to do this somewhere and I just can't find it...<br>
><br>
> Thanks,<br>
><br>
> Tim<br>
<br>
</div>yes.<br>
<br>
set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS<br>
Debug Release RelWithDebInfo MinSizeRel)<br>
<br>
HTH<br>
<font color="#888888"><br>
Michael<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</div></div></blockquote></div><br><br>This behavior is presently only implemented in cmake-gui. It is not in ccmake.<br><br>David<br><br>