[CMake] Can CMake prompt the user for input while it's running?

John Drescher drescherjm at gmail.com
Sat Feb 27 12:53:30 EST 2010


On Sat, Feb 27, 2010 at 12:23 PM, Naram Qashat <cyberbotx at cyberbotx.com> wrote:
> I'm wondering if it's possible for CMake to prompt the user for input when
> it's running, as opposed to relying on passing in arguments for input.  Main
> reason I'm looking for something like this is so we can have optional files
> that can be enabled or disabled by the user when CMake is run.  Ideally this
> should be able to be done if a certain command-line flag is passed in.
>

Minus the prompting isn't that what options are for in cmake? I
believe you can set them either via the gui or by the command line /
shell.

John


More information about the CMake mailing list