diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-11-17 16:39:02 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-11-17 16:39:02 (GMT) |
commit | 4d2ce04caa06c78d4985306f7f76e954eac3b870 (patch) | |
tree | 23d928c72286f44ef0862eba83deab408a1382ca /Source/cmTryRunCommand.h | |
parent | f6ef36d8b267d886c355876a9aac6ab73888c7de (diff) | |
download | CMake-4d2ce04caa06c78d4985306f7f76e954eac3b870.zip CMake-4d2ce04caa06c78d4985306f7f76e954eac3b870.tar.gz CMake-4d2ce04caa06c78d4985306f7f76e954eac3b870.tar.bz2 |
STYLE: fix docs
Diffstat (limited to 'Source/cmTryRunCommand.h')
-rw-r--r-- | Source/cmTryRunCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTryRunCommand.h b/Source/cmTryRunCommand.h index 43f1318..1c09235 100644 --- a/Source/cmTryRunCommand.h +++ b/Source/cmTryRunCommand.h @@ -66,7 +66,7 @@ public: " <ARGUMENTS <arg1> <arg2>...>)\n" "Try compiling a srcfile. Return the success or failure in " "COMPILE_RESULT_VAR. Then if the compile succeeded, run the " - "executable and return the result in RUN_RESULT_VAR." + "executable and return the result in RUN_RESULT_VAR. " "If the executable was built, but failed for to run for some " "reason, then RUN_RESULT_VAR will be set to FAILED_TO_RUN, and " "the output will be in the COMPILE_RESULT_VAR."; |