From 39066269d19eb0ff9b5db4b4a1b24622c4ca925b Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Wed, 23 May 2001 16:33:50 -0400 Subject: add compute systeminfo --- Source/MFCDialog/CMakeSetupDialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/MFCDialog/CMakeSetupDialog.cpp b/Source/MFCDialog/CMakeSetupDialog.cpp index 3f2693f..419024b 100644 --- a/Source/MFCDialog/CMakeSetupDialog.cpp +++ b/Source/MFCDialog/CMakeSetupDialog.cpp @@ -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); -- cgit v0.12