diff options
author | Zach Mullen <zach.mullen@kitware.com> | 2009-11-24 16:46:06 (GMT) |
---|---|---|
committer | Zach Mullen <zach.mullen@kitware.com> | 2009-11-24 16:46:06 (GMT) |
commit | 0ae07800557bef97c43ddd64f144b258b8fdd5dc (patch) | |
tree | 11e25227b2346357e92d9eb0f077d7c05ee313bc /Source/ctest.cxx | |
parent | bb187903979d20c8b8a5ed07276c6af122bad781 (diff) | |
download | CMake-0ae07800557bef97c43ddd64f144b258b8fdd5dc.zip CMake-0ae07800557bef97c43ddd64f144b258b8fdd5dc.tar.gz CMake-0ae07800557bef97c43ddd64f144b258b8fdd5dc.tar.bz2 |
BUG 9961: ctest --help should not display a Generators section
Diffstat (limited to 'Source/ctest.cxx')
-rw-r--r-- | Source/ctest.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/ctest.cxx b/Source/ctest.cxx index b0a0bd6..969e102 100644 --- a/Source/ctest.cxx +++ b/Source/ctest.cxx @@ -279,6 +279,7 @@ int main (int argc, char *argv[]) ch->CreateCMake(); ch->GetCommandDocumentation(commands); + doc.SetShowGenerators(false); doc.SetName("ctest"); doc.SetSection("Name",cmDocumentationName); doc.SetSection("Usage",cmDocumentationUsage); |