← Back to team overview

dolfin team mailing list archive

Re: Help options in cmake?

 

On Thursday September 9 2010 09:39:08 Johannes Ring wrote:
> On Thu, Sep 9, 2010 at 6:24 PM, Johan Hake <johan.hake@xxxxxxxxx> wrote:
> > Hello!
> > 
> > Stupid question:
> > 
> >  How do I get a printout of the available options when running cmake. I
> > do not want to fire up the gui, but I do want to figure out valid
> > options to run cmake with dolfin.
> 
> I have also been wondering about this and now you made me look it up
> 
> :-) Try to run cmake with -L[A][H].

Thanks!

  -L for list. That make sense. 
  -LH prints a small help text too which is nice
  -LA prints just too much!

I see that it runs through the whole configuration process too. Is there a way 
to just break and print the options when running cmake with the -L option, 
like we eventually found out for SCons?

Johan

> 
> Johannes



References