summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio7Generator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-08-26 14:22:23 (GMT)
committerBrad King <brad.king@kitware.com>2006-08-26 14:22:23 (GMT)
commit5d632330b6bf4b1354df76373343aaa57aa09c94 (patch)
treef84d665b5564d2e6f7eea816968c4870e45d1536 /Source/cmLocalVisualStudio7Generator.cxx
parent13d778fee92144417f92a25f471f59213055a930 (diff)
downloadCMake-5d632330b6bf4b1354df76373343aaa57aa09c94.zip
CMake-5d632330b6bf4b1354df76373343aaa57aa09c94.tar.gz
CMake-5d632330b6bf4b1354df76373343aaa57aa09c94.tar.bz2
STYLE: Fixed line-too-long.
Diffstat (limited to 'Source/cmLocalVisualStudio7Generator.cxx')
-rw-r--r--Source/cmLocalVisualStudio7Generator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.cxx b/Source/cmLocalVisualStudio7Generator.cxx
index 5de5f2f..b2b983e 100644
--- a/Source/cmLocalVisualStudio7Generator.cxx
+++ b/Source/cmLocalVisualStudio7Generator.cxx
@@ -1323,7 +1323,7 @@ WriteCustomRule(std::ostream& fout,
for(std::vector<std::string>::const_iterator d = depends.begin();
d != depends.end(); ++d)
{
- // Lookup the real name of the dependency in case it is a CMake target.
+ // Get the real name of the dependency in case it is a CMake target.
std::string dep = this->GetRealDependency(d->c_str(), i->c_str());
fout << this->ConvertToXMLOutputPath(dep.c_str())
<< ";";