Allow argument Q
This commit is contained in:
parent
b7fa92c9e1
commit
ceb63bedaf
|
@ -143,7 +143,7 @@ bool wxCMakeSetup::OnInit()
|
||||||
{
|
{
|
||||||
cmSystemTools::DisableRunCommandOutput();
|
cmSystemTools::DisableRunCommandOutput();
|
||||||
cmCommandLineInfo cm;
|
cmCommandLineInfo cm;
|
||||||
cm.SetValidArguments("ABGH");
|
cm.SetValidArguments("ABGHQ");
|
||||||
cm.ParseCommandLine(wxApp::argc, wxApp::argv);
|
cm.ParseCommandLine(wxApp::argc, wxApp::argv);
|
||||||
|
|
||||||
this->SetVendorName("Andy");
|
this->SetVendorName("Andy");
|
||||||
|
|
Loading…
Reference in New Issue