mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 18:51:05 -05:00
ENH: better docs
This commit is contained in:
+3
-1
@@ -132,7 +132,9 @@ static const cmDocumentationEntry cmDocumentationOptions[] =
|
||||
{"--build-project", "Specify the name of the project to build.", "" },
|
||||
{"--build-makeprogram", "Specify the make program to use.", "" },
|
||||
{"--build-noclean", "Skip the make clean step.", "" },
|
||||
{"--build-options", "Add extra options to the build step.", "" },
|
||||
{"--build-options", "Add extra options to the build step.",
|
||||
"This option must be the last option with the exception of --test-command" },
|
||||
|
||||
{"--test-command", "The test to run with the --build-and-test option.", "" },
|
||||
{"--tomorrow-tag", "Nightly or experimental starts with next day tag.",
|
||||
"This is useful if the build will not finish in one day." },
|
||||
|
||||
Reference in New Issue
Block a user