diff options
Diffstat (limited to 'Source/WXDialog')
-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"); |