mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 14:50:15 -05:00
Allow argument Q
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user