summaryrefslogtreecommitdiffstats
path: root/Source/cmTryRunCommand.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2005-02-10 04:00:16 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2005-02-10 04:00:16 (GMT)
commitb7b501bbe8fa7a1a5ee5b342341c5512e7e604ca (patch)
tree32a489074211be98116fc94d45763922e62cc46b /Source/cmTryRunCommand.h
parentaa947ff48b6cf78663c658b46f37105467c04aea (diff)
downloadCMake-b7b501bbe8fa7a1a5ee5b342341c5512e7e604ca.zip
CMake-b7b501bbe8fa7a1a5ee5b342341c5512e7e604ca.tar.gz
CMake-b7b501bbe8fa7a1a5ee5b342341c5512e7e604ca.tar.bz2
ENH: fix for 1450
Diffstat (limited to 'Source/cmTryRunCommand.h')
-rw-r--r--Source/cmTryRunCommand.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/cmTryRunCommand.h b/Source/cmTryRunCommand.h
index a10000b..43f1318 100644
--- a/Source/cmTryRunCommand.h
+++ b/Source/cmTryRunCommand.h
@@ -66,7 +66,10 @@ 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.";
}
cmTypeMacro(cmTryRunCommand, cmCommand);