Re: [CMake] Add --help-option command line option.

2012-04-21 Thread Nicolas Desprès
2012/4/20 David Cole : > 2012/4/20 Nicolas Desprès : >> 2012/4/20 David Cole : >>> 2012/4/20 Nicolas Desprès : 2012/4/20 Eric Noulard : > Le 20 avril 2012 13:40, Nicolas Desprès a > écrit : >> 2012/4/20 Eric Noulard : >>> Le 20 avril 2012 10:44, Nicolas Desprès a >>> éc

Re: [CMake] Add --help-option command line option.

2012-04-20 Thread David Cole
2012/4/20 Nicolas Desprès : > 2012/4/20 David Cole : >> 2012/4/20 Nicolas Desprès : >>> 2012/4/20 Eric Noulard : Le 20 avril 2012 13:40, Nicolas Desprès a écrit : > 2012/4/20 Eric Noulard : >> Le 20 avril 2012 10:44, Nicolas Desprès a >> écrit : >>> Hi, >>> >>>

Re: [CMake] Add --help-option command line option.

2012-04-20 Thread Rolf Eike Beer
On Fr., 20. Apr. 2012 11:23:08 CEST, Nicolas Desprès wrote: > On Fri, Apr 20, 2012 at 10:58 AM, Rolf Eike Beer wrote: > > > Hi, > > > > > > I have noticed that most cmake based projects document their options > > > in their README file whereas the documentation is already included in > > > cma

Re: [CMake] Add --help-option command line option.

2012-04-20 Thread Nicolas Desprès
2012/4/20 David Cole : > 2012/4/20 Nicolas Desprès : >> 2012/4/20 Eric Noulard : >>> Le 20 avril 2012 13:40, Nicolas Desprès a écrit >>> : 2012/4/20 Eric Noulard : > Le 20 avril 2012 10:44, Nicolas Desprès a > écrit : >> Hi, >> >> I would like to have your opinion befor

Re: [CMake] Add --help-option command line option.

2012-04-20 Thread David Cole
2012/4/20 Nicolas Desprès : > 2012/4/20 Eric Noulard : >> Le 20 avril 2012 13:40, Nicolas Desprès a écrit : >>> 2012/4/20 Eric Noulard : Le 20 avril 2012 10:44, Nicolas Desprès a écrit : > Hi, > > I would like to have your opinion before to start to implement it. >

Re: [CMake] Add --help-option command line option.

2012-04-20 Thread Nicolas Desprès
2012/4/20 Eric Noulard : > Le 20 avril 2012 13:40, Nicolas Desprès a écrit : >> 2012/4/20 Eric Noulard : >>> Le 20 avril 2012 10:44, Nicolas Desprès a écrit >>> : Hi, I would like to have your opinion before to start to implement it. I would like to add the following opt

Re: [CMake] Add --help-option command line option.

2012-04-20 Thread Eric Noulard
Le 20 avril 2012 13:40, Nicolas Desprès a écrit : > 2012/4/20 Eric Noulard : >> Le 20 avril 2012 10:44, Nicolas Desprès a écrit : >>> Hi, >>> >>> I would like to have your opinion before to start to implement it. >>> >>> I would like to add the following options to the cmake command line >>> int

Re: [CMake] Add --help-option command line option.

2012-04-20 Thread Nicolas Desprès
2012/4/20 Eric Noulard : > Le 20 avril 2012 10:44, Nicolas Desprès a écrit : >> Hi, >> >> I would like to have your opinion before to start to implement it. >> >> I would like to add the following options to the cmake command line >> interface: >> --help-option opt [file]   = Print help for a giv

Re: [CMake] Add --help-option command line option.

2012-04-20 Thread Eric Noulard
Le 20 avril 2012 10:44, Nicolas Desprès a écrit : > Hi, > > I would like to have your opinion before to start to implement it. > > I would like to add the following options to the cmake command line interface: > --help-option opt [file]   = Print help for a given option and exit. > --help-option-l

Re: [CMake] Add --help-option command line option.

2012-04-20 Thread Nicolas Desprès
On Fri, Apr 20, 2012 at 10:58 AM, Rolf Eike Beer wrote: >> Hi, >> >> I have noticed that most cmake based projects document their options >> in their README file whereas the documentation is already included in >> cmake when you call the option() and set() commands. I hope this >> feature will hel

Re: [CMake] Add --help-option command line option.

2012-04-20 Thread Rolf Eike Beer
> Hi, > > I have noticed that most cmake based projects document their options > in their README file whereas the documentation is already included in > cmake when you call the option() and set() commands. I hope this > feature will help to remove this duplication and people will just > write in th

[CMake] Add --help-option command line option.

2012-04-20 Thread Nicolas Desprès
Hi, I would like to have your opinion before to start to implement it. I would like to add the following options to the cmake command line interface: --help-option opt [file] = Print help for a given option and exit. --help-option-list [file] = List available options and exit. --help-options [