diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-05-12 17:39:34 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-05-12 17:39:34 (GMT) |
commit | 3c4bfa10037d91f89fc25c51da5239136148bfa6 (patch) | |
tree | 5fde5eb521554fe859254282413a8f0e4c1e4eb7 /Source/cmOptionCommand.cxx | |
parent | 47c7108111a7fdd0b5df8d3e2561aa8d544bae34 (diff) | |
download | CMake-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.cxx | 7 |
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) |