summaryrefslogtreecommitdiffstats
path: root/Source/cmOptionCommand.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-05-12 17:39:34 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-05-12 17:39:34 (GMT)
commit3c4bfa10037d91f89fc25c51da5239136148bfa6 (patch)
tree5fde5eb521554fe859254282413a8f0e4c1e4eb7 /Source/cmOptionCommand.cxx
parent47c7108111a7fdd0b5df8d3e2561aa8d544bae34 (diff)
downloadCMake-3c4bfa10037d91f89fc25c51da5239136148bfa6.zip
CMake-3c4bfa10037d91f89fc25c51da5239136148bfa6.tar.gz
CMake-3c4bfa10037d91f89fc25c51da5239136148bfa6.tar.bz2
STYLE: fix line length
Diffstat (limited to 'Source/cmOptionCommand.cxx')
-rw-r--r--Source/cmOptionCommand.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/Source/cmOptionCommand.cxx b/Source/cmOptionCommand.cxx
index 8682c91..46bf045 100644
--- a/Source/cmOptionCommand.cxx
+++ b/Source/cmOptionCommand.cxx
@@ -24,9 +24,10 @@ bool cmOptionCommand::InitialPass(std::vector<std::string> const& args)
{
argError = true;
}
- // for VTK 4.0 we have to support the option command with more than 3 arguments
- // if CMAKE_MINIMUM_REQUIRED_VERSION is not defined, if CMAKE_MINIMUM_REQUIRED_VERSION
- // is defined, then we can have stricter checking.
+ // for VTK 4.0 we have to support the option command with more than 3
+ // arguments if CMAKE_MINIMUM_REQUIRED_VERSION is not defined, if
+ // CMAKE_MINIMUM_REQUIRED_VERSION is defined, then we can have stricter
+ // checking.
if(this->Makefile->GetDefinition("CMAKE_MINIMUM_REQUIRED_VERSION"))
{
if(args.size() > 3)