mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-13 12:59:55 -05:00
ENH: add cache manager class, move all commands into cmCommands.cxx to speed up compile times, share a .lib with the command line and mfc versions.
This commit is contained in:
@@ -265,8 +265,7 @@ void CMakeSetupDialog::OnOK()
|
||||
error += configSrc;
|
||||
::MessageBox(0, error.c_str(), "config ERROR", MB_OK);
|
||||
}
|
||||
|
||||
|
||||
|
||||
cmMakefile mf;
|
||||
mf.SetMakefileGenerator(new cmMSProjectGenerator);
|
||||
mf.SetHomeDirectory(m_WhereSource);
|
||||
|
||||
Reference in New Issue
Block a user