diff options
Diffstat (limited to 'Source/cmTryRunCommand.cxx')
-rw-r--r-- | Source/cmTryRunCommand.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmTryRunCommand.cxx b/Source/cmTryRunCommand.cxx index 0291595..d702c5a 100644 --- a/Source/cmTryRunCommand.cxx +++ b/Source/cmTryRunCommand.cxx @@ -315,8 +315,8 @@ void cmTryRunCommand::DoNotRunExecutable(const std::string& runArgs, std::string comment ="\n"; comment += this->RunResultVariable; comment += "\n indicates whether the executable would have been able " - "to run if it was\n" - " executed on its target platform. If so, set "; + "to run on its\n" + " target platform. If so, set "; comment += this->RunResultVariable; comment += " to\n" " the exit code (in many cases 0 for success), otherwise " |