mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
ENH: fix for 1450
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user