STYLE: Fix line-too-long.
This commit is contained in:
parent
ba037af74f
commit
01a27cb5b4
|
@ -1200,8 +1200,10 @@ void cmLocalVisualStudio6Generator
|
||||||
{
|
{
|
||||||
std::string fullPathImpDebug = target.GetDirectory("Debug", true);
|
std::string fullPathImpDebug = target.GetDirectory("Debug", true);
|
||||||
std::string fullPathImpRelease = target.GetDirectory("Release", true);
|
std::string fullPathImpRelease = target.GetDirectory("Release", true);
|
||||||
std::string fullPathImpMinSizeRel = target.GetDirectory("MinSizeRel", true);
|
std::string fullPathImpMinSizeRel =
|
||||||
std::string fullPathImpRelWithDebInfo = target.GetDirectory("RelWithDebInfo", true);
|
target.GetDirectory("MinSizeRel", true);
|
||||||
|
std::string fullPathImpRelWithDebInfo =
|
||||||
|
target.GetDirectory("RelWithDebInfo", true);
|
||||||
fullPathImpDebug += "/";
|
fullPathImpDebug += "/";
|
||||||
fullPathImpRelease += "/";
|
fullPathImpRelease += "/";
|
||||||
fullPathImpMinSizeRel += "/";
|
fullPathImpMinSizeRel += "/";
|
||||||
|
|
Loading…
Reference in New Issue