summaryrefslogtreecommitdiffstats
path: root/Source/cmTryRunCommand.cxx
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-08-01 21:10:22 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-08-01 21:10:22 (GMT)
commit8046390f1e01cafbaa8aadba238928d874ce91bf (patch)
tree27e651ffee90b9b79537be24ec6a14c7d29cb4f5 /Source/cmTryRunCommand.cxx
parent64f40a2816de1dcb2e064d961fc0ac4e3c52d551 (diff)
downloadCMake-8046390f1e01cafbaa8aadba238928d874ce91bf.zip
CMake-8046390f1e01cafbaa8aadba238928d874ce91bf.tar.gz
CMake-8046390f1e01cafbaa8aadba238928d874ce91bf.tar.bz2
ENH: if no COMPONENT is specified, make this install item part of the
"Unspecified" component -> if no components are used at all, no change in behaviour, if components are used completely, no change in behaviour, since this default will be overridden everywhere, if components where used partly, it is now possible to install only the unspecified items (e.g. everything which wasn't marked as "Development") Alex Alex
Diffstat (limited to 'Source/cmTryRunCommand.cxx')
-rw-r--r--Source/cmTryRunCommand.cxx4
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 "