|
@ -1065,9 +1065,10 @@ To view the presets available for a project, use |
|
|
Return Value (Exit Code) |
|
|
Return Value (Exit Code) |
|
|
======================== |
|
|
======================== |
|
|
|
|
|
|
|
|
Upon regular termination, the **cmake** executable returns the exit code 0. |
|
|
|
|
|
|
|
|
Upon regular termination, the ``cmake`` executable returns the exit code ``0``. |
|
|
|
|
|
|
|
|
If termination is caused by the command :command:`message(FATAL_ERROR)`, |
|
|
If termination is caused by the command :command:`message(FATAL_ERROR)`, |
|
|
then a non-zero exit code is returned. |
|
|
|
|
|
|
|
|
or another error condition, then a non-zero exit code is returned. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
See Also |
|
|
See Also |
|
|