Allow argument Q

This commit is contained in:
Andy Cedilnik 2002-09-19 17:35:06 -04:00
parent b7fa92c9e1
commit ceb63bedaf
1 changed files with 1 additions and 1 deletions

View File

@ -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");