diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-05-23 20:33:50 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-05-23 20:33:50 (GMT) |
commit | 39066269d19eb0ff9b5db4b4a1b24622c4ca925b (patch) | |
tree | a71d1e4c8438cfbf3c7690d84225258e92c3b836 | |
parent | ef4bee6f61105b8ee0dececb5fd1745c651f7251 (diff) | |
download | CMake-39066269d19eb0ff9b5db4b4a1b24622c4ca925b.zip CMake-39066269d19eb0ff9b5db4b4a1b24622c4ca925b.tar.gz CMake-39066269d19eb0ff9b5db4b4a1b24622c4ca925b.tar.bz2 |
add compute systeminfo
-rw-r--r-- | Source/MFCDialog/CMakeSetupDialog.cpp | 1 |
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); |