diff --git a/Source/cmDocumentation.cxx b/Source/cmDocumentation.cxx index fad347eb3f..5651c2ca83 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;