mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Started on command line parsing, added string parse method for default generator
This commit is contained in:
@@ -91,7 +91,7 @@ bool CMakeSetupApp::OnInit()
|
||||
|
||||
// parse command line params
|
||||
cmCommandLineInfo cm;
|
||||
cm.SetValidArguments("ABGHQ");
|
||||
cm.SetValidArguments("ABGHQG");
|
||||
cm.ParseCommandLine(wxApp::argc, wxApp::argv);
|
||||
|
||||
// set vendor name and app for config
|
||||
|
||||
Reference in New Issue
Block a user