Re: [CMake] How to list user-definable CMake variables

2010-09-28 Thread Alexander Neundorf
On Tuesday 28 September 2010, Marcel Loose wrote: > Hi all, > > I was wondering how I could generate a list of user-definable CMake > variables. This list, with a brief help per variable, would be *very* > useful for the end-user. It's a bit like the well-known "configure > --help" which gives you

Re: [CMake] How to list user-definable CMake variables

2010-09-28 Thread Kelly Thompson
Eric Noulard > Sent: Tuesday, September 28, 2010 3:12 AM > To: Marcel Loose > Cc: cmake@cmake.org; them...@gmail.com > Subject: Re: [CMake] How to list user-definable CMake variables > > 2010/9/28 Marcel Loose : > >> > >> You may want to call your target "he

Re: [CMake] How to list user-definable CMake variables

2010-09-28 Thread Eric Noulard
2010/9/28 Marcel Loose : >> >> You may want to call your target "help" but it would conflict/override >> the cmake builtin "help" target >> (at least for makefile generator) which display the list of available > target. >> >> This work AFTER cmake has been run. It could be run before as well > usin

Re: [CMake] How to list user-definable CMake variables

2010-09-28 Thread Michael Wild
On 28. Sep, 2010, at 11:03 , Marcel Loose wrote: > On Tue, 2010-09-28 at 10:43 +0200, Michael Wild wrote: >> On 28. Sep, 2010, at 10:12 , Marcel Loose wrote: >> >>> >>> On 28. Sep, 2010, at 9:33 , Marcel Loose wrote: >>> > Hi all, > > I was wondering how I could generate a list of

Re: [CMake] How to list user-definable CMake variables

2010-09-28 Thread Marcel Loose
On Tue, 2010-09-28 at 10:42 +0200, Eric Noulard wrote: > 2010/9/28 Marcel Loose : > > > > On 28. Sep, 2010, at 9:33 , Marcel Loose wrote: > > > >> > Hi all, > >> > > >> > I was wondering how I could generate a list of user-definable CMake > >> > variables. This list, with a brief help per variable,

Re: [CMake] How to list user-definable CMake variables

2010-09-28 Thread Marcel Loose
On Tue, 2010-09-28 at 10:43 +0200, Michael Wild wrote: > On 28. Sep, 2010, at 10:12 , Marcel Loose wrote: > > > > > On 28. Sep, 2010, at 9:33 , Marcel Loose wrote: > > > >>> Hi all, > >>> > >>> I was wondering how I could generate a list of user-definable CMake > >>> variables. This list, with

Re: [CMake] How to list user-definable CMake variables

2010-09-28 Thread Michael Wild
On 28. Sep, 2010, at 10:12 , Marcel Loose wrote: > > On 28. Sep, 2010, at 9:33 , Marcel Loose wrote: > >>> Hi all, >>> >>> I was wondering how I could generate a list of user-definable CMake >>> variables. This list, with a brief help per variable, would be > *very* >>> useful for the end-user

Re: [CMake] How to list user-definable CMake variables

2010-09-28 Thread Eric Noulard
2010/9/28 Marcel Loose : > > On 28. Sep, 2010, at 9:33 , Marcel Loose wrote: > >> > Hi all, >> > >> > I was wondering how I could generate a list of user-definable CMake >> > variables. This list, with a brief help per variable, would be > *very* >> > useful for the end-user. It's a bit like the we

Re: [CMake] How to list user-definable CMake variables

2010-09-28 Thread Marcel Loose
On 28. Sep, 2010, at 9:33 , Marcel Loose wrote: > > Hi all, > > > > I was wondering how I could generate a list of user-definable CMake > > variables. This list, with a brief help per variable, would be *very* > > useful for the end-user. It's a bit like the well-known "configure > > --help" whi

Re: [CMake] How to list user-definable CMake variables

2010-09-28 Thread Michael Wild
On 28. Sep, 2010, at 9:33 , Marcel Loose wrote: > Hi all, > > I was wondering how I could generate a list of user-definable CMake > variables. This list, with a brief help per variable, would be *very* > useful for the end-user. It's a bit like the well-known "configure > --help" which gives you

[CMake] How to list user-definable CMake variables

2010-09-28 Thread Marcel Loose
Hi all, I was wondering how I could generate a list of user-definable CMake variables. This list, with a brief help per variable, would be *very* useful for the end-user. It's a bit like the well-known "configure --help" which gives you a overview of all variables that can be set. Best regards, M