Re: [CMake] List of possible completion values

2011-03-30 Thread David Cole
On Wed, Mar 30, 2011 at 11:56 AM, Michael Wild wrote: > On 03/30/2011 05:52 PM, Tim Gallagher wrote: > > Hi, > > > > 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, whe

Re: [CMake] List of possible completion values

2011-03-30 Thread Michael Wild
On 03/30/2011 05:52 PM, Tim Gallagher wrote: > Hi, > > 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 > ->

Re: [CMake] List of possible completion values

2011-03-30 Thread David Doria
On Wed, Mar 30, 2011 at 11:52 AM, Tim Gallagher wrote: > Hi, > > 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 > Rel

[CMake] List of possible completion values

2011-03-30 Thread Tim Gallagher
Hi, 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.. Maybe somebody has already w