From 7d6aaf23e9c3d1ffe81c85791191658b797271f2 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 6 Aug 2003 18:43:49 -0400 Subject: BUG: Don't use -V as a version option. It conflicts with ctest. --- Source/cmDocumentation.cxx | 1 - 1 file changed, 1 deletion(-) 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; -- cgit v0.12