Browse Source

STYLE: Fixed line-too-long warning.

Brad King 19 years ago
parent
commit
57eb30087f

+ 1 - 1
Source/cmBuildNameCommand.h

@@ -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;

+ 1 - 1
Source/cmExecProgramCommand.h

@@ -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;

+ 2 - 1
Source/cmGlobalGenerator.cxx

@@ -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() )

+ 1 - 1
Source/cmInstallFilesCommand.h

@@ -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;

+ 1 - 1
Source/cmInstallProgramsCommand.h

@@ -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;

+ 1 - 1
Source/cmInstallTargetsCommand.h

@@ -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;

+ 1 - 1
Source/cmLinkLibrariesCommand.h

@@ -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;

+ 1 - 1
Source/cmMakeDirectoryCommand.h

@@ -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;

+ 1 - 1
Source/cmRemoveCommand.h

@@ -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;

+ 1 - 1
Source/cmSubdirCommand.h

@@ -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;

+ 1 - 1
Source/cmSubdirDependsCommand.h

@@ -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;

+ 1 - 1
Source/cmVTKMakeInstantiatorCommand.h

@@ -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;

+ 1 - 1
Source/cmVTKWrapJavaCommand.h

@@ -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;

+ 1 - 1
Source/cmVTKWrapPythonCommand.h

@@ -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;

+ 1 - 1
Source/cmVTKWrapTclCommand.h

@@ -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;