add compute systeminfo

This commit is contained in:
Bill Hoffman 2001-05-23 16:33:50 -04:00
parent ef4bee6f61
commit 39066269d1
1 changed files with 1 additions and 0 deletions

View File

@ -422,6 +422,7 @@ void CMakeSetupDialog::OnBuildProjects()
// Create a makefile object
cmMakefile makefile;
makefile.SetMakefileGenerator(new cmMSProjectGenerator);
makefile.GetMakefileGenerator()->ComputeSystemInfo();
makefile.SetHomeDirectory(m_WhereSource);
makefile.SetStartOutputDirectory(m_WhereBuild);
makefile.SetHomeOutputDirectory(m_WhereBuild);