diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-09-19 21:35:06 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-09-19 21:35:06 (GMT) |
commit | ceb63bedaf2dda5afbe1f1ddafdc017b9a9dc7e8 (patch) | |
tree | 078b284481ea29fa4092192669490da914a0d662 | |
parent | b7fa92c9e1de1091e407eba98f7710f15f4eae2c (diff) | |
download | CMake-ceb63bedaf2dda5afbe1f1ddafdc017b9a9dc7e8.zip CMake-ceb63bedaf2dda5afbe1f1ddafdc017b9a9dc7e8.tar.gz CMake-ceb63bedaf2dda5afbe1f1ddafdc017b9a9dc7e8.tar.bz2 |
Allow argument Q
-rw-r--r-- | Source/WXDialog/wxCMakeSetup.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WXDialog/wxCMakeSetup.cxx b/Source/WXDialog/wxCMakeSetup.cxx index 6097681..d6bd37b 100644 --- a/Source/WXDialog/wxCMakeSetup.cxx +++ b/Source/WXDialog/wxCMakeSetup.cxx @@ -143,7 +143,7 @@ bool wxCMakeSetup::OnInit() { cmSystemTools::DisableRunCommandOutput(); cmCommandLineInfo cm; - cm.SetValidArguments("ABGH"); + cm.SetValidArguments("ABGHQ"); cm.ParseCommandLine(wxApp::argc, wxApp::argv); this->SetVendorName("Andy"); |