diff options
author | Brad King <brad.king@kitware.com> | 2003-08-06 22:43:49 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2003-08-06 22:43:49 (GMT) |
commit | 7d6aaf23e9c3d1ffe81c85791191658b797271f2 (patch) | |
tree | 044c9bcb3def06948a4556a8d5fdaa1b84b76d92 /Source/cmDocumentation.cxx | |
parent | 9234f45e2329b714d93b634933639feb32b805fe (diff) | |
download | CMake-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.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; |