Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
967d1b4c
Commit
967d1b4c
authored
Aug 08, 2003
by
Andy Cedilnik
Browse files
ENH: Add help for cmake -E
parent
0c6d0285
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmakemain.cxx
View file @
967d1b4c
...
...
@@ -53,6 +53,10 @@ static const cmDocumentationEntry cmDocumentationDescription[] =
static
const
cmDocumentationEntry
cmDocumentationOptions
[]
=
{
CMAKE_STANDARD_OPTIONS_TABLE
,
{
"-E"
,
"CMake command mode."
,
"For true platform independence, CMake provides a list of commands "
"that can be used on all systems. Run with -E help for the usage "
"information."
},
{
"-i"
,
"Run in wizard mode."
,
"Wizard mode runs cmake interactively without a GUI. The user is "
"prompted to answer questions about the project configuration. "
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment