diff options
-rw-r--r-- | Source/cmDocumentation.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmDocumentation.cxx b/Source/cmDocumentation.cxx index fad347e..5651c2c 100644 --- a/Source/cmDocumentation.cxx +++ b/Source/cmDocumentation.cxx @@ -293,7 +293,6 @@ bool cmDocumentation::CheckOptions(int argc, const char* const* argv) } else if((strcmp(argv[i], "--version") == 0) || (strcmp(argv[i], "-version") == 0) || - (strcmp(argv[i], "-V") == 0) || (strcmp(argv[i], "/V") == 0)) { type = cmDocumentation::Version; |