summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-05-23 20:33:50 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-05-23 20:33:50 (GMT)
commit39066269d19eb0ff9b5db4b4a1b24622c4ca925b (patch)
treea71d1e4c8438cfbf3c7690d84225258e92c3b836
parentef4bee6f61105b8ee0dececb5fd1745c651f7251 (diff)
downloadCMake-39066269d19eb0ff9b5db4b4a1b24622c4ca925b.zip
CMake-39066269d19eb0ff9b5db4b4a1b24622c4ca925b.tar.gz
CMake-39066269d19eb0ff9b5db4b4a1b24622c4ca925b.tar.bz2
add compute systeminfo
-rw-r--r--Source/MFCDialog/CMakeSetupDialog.cpp1
1 files changed, 1 insertions, 0 deletions
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);