diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-11-16 15:08:02 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-11-16 15:08:02 (GMT) |
commit | 09b3d9d2f189d0705d405c65a33206ad0053d8c9 (patch) | |
tree | ae2d990ab8660192c84f61f7581f1424ddd9ae68 | |
parent | 4de14f89b1872d93c7600dfd059a06661ba1a455 (diff) | |
download | CMake-09b3d9d2f189d0705d405c65a33206ad0053d8c9.zip CMake-09b3d9d2f189d0705d405c65a33206ad0053d8c9.tar.gz CMake-09b3d9d2f189d0705d405c65a33206ad0053d8c9.tar.bz2 |
STYLE: removed some docs that did not make sense
-rw-r--r-- | Source/ctest.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/ctest.cxx b/Source/ctest.cxx index f263edc..a2471d4 100644 --- a/Source/ctest.cxx +++ b/Source/ctest.cxx @@ -45,7 +45,6 @@ static const cmDocumentationEntry cmDocumentationDescription[] = "CMake-generated build trees created for projects that use " "the ENABLE_TESTING and ADD_TEST commands have testing support. " "This program will run the tests and report results.", 0}, - CMAKE_STANDARD_INTRODUCTION, {0,0,0} }; |