On 05/20/2011 10:20 PM, Kiptic ‌ wrote:
> However, I was wondering more about any other useful -D options that
> might be lurking in there. Is there a list somewhere?
After configuring, try

    cmake -L build-*/

or, if you also want the help strings

    cmake -LH build-*/


by default, so-called 'advanced' variables will be hidden. To include
them use -LA or -LAH respectively.

You can set variables during configuration, or afterwards and then
reconfigure. For setting them afterwards, the interactive command line
tool ccmake <http://linux.die.net/man/1/ccmake> and the GUI tool
cmake-gui are available. (Note that both commands require that you pass
the build dir as argument.) Existence of some variables depends on
values of other variables, so when re-configuring after changing one or
several variables, new variables might appear.

I hope this helps.
Cheers,
Boroondas
_______________________________________________
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

Reply via email to