summaryrefslogtreecommitdiffstats
path: root/Source/cmDocumentation.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2003-08-06 22:43:49 (GMT)
committerBrad King <brad.king@kitware.com>2003-08-06 22:43:49 (GMT)
commit7d6aaf23e9c3d1ffe81c85791191658b797271f2 (patch)
tree044c9bcb3def06948a4556a8d5fdaa1b84b76d92 /Source/cmDocumentation.cxx
parent9234f45e2329b714d93b634933639feb32b805fe (diff)
downloadCMake-7d6aaf23e9c3d1ffe81c85791191658b797271f2.zip
CMake-7d6aaf23e9c3d1ffe81c85791191658b797271f2.tar.gz
CMake-7d6aaf23e9c3d1ffe81c85791191658b797271f2.tar.bz2
BUG: Don't use -V as a version option. It conflicts with ctest.
Diffstat (limited to 'Source/cmDocumentation.cxx')
-rw-r--r--Source/cmDocumentation.cxx1
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;