STYLE: Fix line-too-long.

This commit is contained in:
Brad King 2007-03-10 06:56:11 -05:00
parent ba037af74f
commit 01a27cb5b4
1 changed files with 4 additions and 2 deletions

View File

@ -1200,8 +1200,10 @@ void cmLocalVisualStudio6Generator
{
std::string fullPathImpDebug = target.GetDirectory("Debug", true);
std::string fullPathImpRelease = target.GetDirectory("Release", true);
std::string fullPathImpMinSizeRel = target.GetDirectory("MinSizeRel", true);
std::string fullPathImpRelWithDebInfo = target.GetDirectory("RelWithDebInfo", true);
std::string fullPathImpMinSizeRel =
target.GetDirectory("MinSizeRel", true);
std::string fullPathImpRelWithDebInfo =
target.GetDirectory("RelWithDebInfo", true);
fullPathImpDebug += "/";
fullPathImpRelease += "/";
fullPathImpMinSizeRel += "/";