diff options
author | Brad King <brad.king@kitware.com> | 2006-08-26 14:22:23 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-08-26 14:22:23 (GMT) |
commit | 5d632330b6bf4b1354df76373343aaa57aa09c94 (patch) | |
tree | f84d665b5564d2e6f7eea816968c4870e45d1536 /Source/cmLocalVisualStudio7Generator.cxx | |
parent | 13d778fee92144417f92a25f471f59213055a930 (diff) | |
download | CMake-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.cxx | 2 |
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()) << ";"; |