STYLE: Fixed line-too-long warning.

This commit is contained in:
Brad King 2006-09-01 09:51:28 -04:00
parent 6932bbd8d6
commit 57eb30087f
15 changed files with 16 additions and 15 deletions

View File

@ -72,7 +72,7 @@ public:
"CMAKE_SYSTEM and CMAKE_CXX_COMPILER variables.";
}
/** This command is only kept for compatibility with older CMake versions. */
/** This command is kept for compatibility with older CMake versions. */
virtual bool IsDiscouraged()
{
return true;

View File

@ -88,7 +88,7 @@ public:
;
}
/** This command is only kept for compatibility with older CMake versions. */
/** This command is kept for compatibility with older CMake versions. */
virtual bool IsDiscouraged()
{
return true;

View File

@ -1459,7 +1459,8 @@ void cmGlobalGenerator::CreateDefaultGlobalTargets(cmTargets* targets)
if(this->InstallTargetEnabled)
{
std::string cmd;
cpackCommandLines.erase(cpackCommandLines.begin(), cpackCommandLines.end());
cpackCommandLines.erase(cpackCommandLines.begin(),
cpackCommandLines.end());
singleLine.erase(singleLine.begin(), singleLine.end());
depends.erase(depends.begin(), depends.end());
if ( this->GetPreinstallTargetName() )

View File

@ -94,7 +94,7 @@ public:
"is stored in the variable CMAKE_INSTALL_PREFIX.";
}
/** This command is only kept for compatibility with older CMake versions. */
/** This command is kept for compatibility with older CMake versions. */
virtual bool IsDiscouraged()
{
return true;

View File

@ -90,7 +90,7 @@ public:
"is stored in the variable CMAKE_INSTALL_PREFIX.";
}
/** This command is only kept for compatibility with older CMake versions. */
/** This command is kept for compatibility with older CMake versions. */
virtual bool IsDiscouraged()
{
return true;

View File

@ -72,7 +72,7 @@ public:
"(Windows DLL), the files will be copied to that directory.";
}
/** This command is only kept for compatibility with older CMake versions. */
/** This command is kept for compatibility with older CMake versions. */
virtual bool IsDiscouraged()
{
return true;

View File

@ -75,7 +75,7 @@ public:
"type of build.";
}
/** This command is only kept for compatibility with older CMake versions. */
/** This command is kept for compatibility with older CMake versions. */
virtual bool IsDiscouraged()
{
return true;

View File

@ -78,7 +78,7 @@ public:
"care.";
}
/** This command is only kept for compatibility with older CMake versions. */
/** This command is kept for compatibility with older CMake versions. */
virtual bool IsDiscouraged()
{
return true;

View File

@ -73,7 +73,7 @@ public:
"(e.g. semicolon separated list). VALUE is expanded.";
}
/** This command is only kept for compatibility with older CMake versions. */
/** This command is kept for compatibility with older CMake versions. */
virtual bool IsDiscouraged()
{
return true;

View File

@ -80,7 +80,7 @@ public:
"top level project or be built each time make is run from the top.";
}
/** This command is only kept for compatibility with older CMake versions. */
/** This command is kept for compatibility with older CMake versions. */
virtual bool IsDiscouraged()
{
return true;

View File

@ -67,7 +67,7 @@ public:
"parallel builds correctly. This functionality is now automatic.";
}
/** This command is only kept for compatibility with older CMake versions. */
/** This command is kept for compatibility with older CMake versions. */
virtual bool IsDiscouraged()
{
return true;

View File

@ -75,7 +75,7 @@ public:
"C++ code.";
}
/** This command is only kept for compatibility with older CMake versions. */
/** This command is kept for compatibility with older CMake versions. */
virtual bool IsDiscouraged()
{
return true;

View File

@ -77,7 +77,7 @@ public:
"Create Java wrappers for VTK classes.";
}
/** This command is only kept for compatibility with older CMake versions. */
/** This command is kept for compatibility with older CMake versions. */
virtual bool IsDiscouraged()
{
return true;

View File

@ -77,7 +77,7 @@ public:
"Create Python wrappers for VTK classes.";
}
/** This command is only kept for compatibility with older CMake versions. */
/** This command is kept for compatibility with older CMake versions. */
virtual bool IsDiscouraged()
{
return true;

View File

@ -79,7 +79,7 @@ public:
"Create Tcl wrappers for VTK classes.";
}
/** This command is only kept for compatibility with older CMake versions. */
/** This command is kept for compatibility with older CMake versions. */
virtual bool IsDiscouraged()
{
return true;