STYLE: Fixed line-too-long warning.
This commit is contained in:
parent
6932bbd8d6
commit
57eb30087f
@ -72,7 +72,7 @@ public:
|
|||||||
"CMAKE_SYSTEM and CMAKE_CXX_COMPILER variables.";
|
"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()
|
virtual bool IsDiscouraged()
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
|
@ -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()
|
virtual bool IsDiscouraged()
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
|
@ -1459,7 +1459,8 @@ void cmGlobalGenerator::CreateDefaultGlobalTargets(cmTargets* targets)
|
|||||||
if(this->InstallTargetEnabled)
|
if(this->InstallTargetEnabled)
|
||||||
{
|
{
|
||||||
std::string cmd;
|
std::string cmd;
|
||||||
cpackCommandLines.erase(cpackCommandLines.begin(), cpackCommandLines.end());
|
cpackCommandLines.erase(cpackCommandLines.begin(),
|
||||||
|
cpackCommandLines.end());
|
||||||
singleLine.erase(singleLine.begin(), singleLine.end());
|
singleLine.erase(singleLine.begin(), singleLine.end());
|
||||||
depends.erase(depends.begin(), depends.end());
|
depends.erase(depends.begin(), depends.end());
|
||||||
if ( this->GetPreinstallTargetName() )
|
if ( this->GetPreinstallTargetName() )
|
||||||
|
@ -94,7 +94,7 @@ public:
|
|||||||
"is stored in the variable CMAKE_INSTALL_PREFIX.";
|
"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()
|
virtual bool IsDiscouraged()
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
|
@ -90,7 +90,7 @@ public:
|
|||||||
"is stored in the variable CMAKE_INSTALL_PREFIX.";
|
"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()
|
virtual bool IsDiscouraged()
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
|
@ -72,7 +72,7 @@ public:
|
|||||||
"(Windows DLL), the files will be copied to that directory.";
|
"(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()
|
virtual bool IsDiscouraged()
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
|
@ -75,7 +75,7 @@ public:
|
|||||||
"type of build.";
|
"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()
|
virtual bool IsDiscouraged()
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
|
@ -78,7 +78,7 @@ public:
|
|||||||
"care.";
|
"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()
|
virtual bool IsDiscouraged()
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
|
@ -73,7 +73,7 @@ public:
|
|||||||
"(e.g. semicolon separated list). VALUE is expanded.";
|
"(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()
|
virtual bool IsDiscouraged()
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
|
@ -80,7 +80,7 @@ public:
|
|||||||
"top level project or be built each time make is run from the top.";
|
"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()
|
virtual bool IsDiscouraged()
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
|
@ -67,7 +67,7 @@ public:
|
|||||||
"parallel builds correctly. This functionality is now automatic.";
|
"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()
|
virtual bool IsDiscouraged()
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
|
@ -75,7 +75,7 @@ public:
|
|||||||
"C++ code.";
|
"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()
|
virtual bool IsDiscouraged()
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
|
@ -77,7 +77,7 @@ public:
|
|||||||
"Create Java wrappers for VTK classes.";
|
"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()
|
virtual bool IsDiscouraged()
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
|
@ -77,7 +77,7 @@ public:
|
|||||||
"Create Python wrappers for VTK classes.";
|
"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()
|
virtual bool IsDiscouraged()
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
|
@ -79,7 +79,7 @@ public:
|
|||||||
"Create Tcl wrappers for VTK classes.";
|
"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()
|
virtual bool IsDiscouraged()
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user