BUG: set output directory correctly

This commit is contained in:
Bill Hoffman 2001-02-14 12:58:57 -05:00
parent 0adb5237bd
commit 252b0d8957
1 changed files with 2 additions and 1 deletions

View File

@ -257,7 +257,8 @@ void CMakeSetupDialog::OnOK()
mf.SetHomeDirectory(m_WhereSource);
// Set the output directory
mf.SetOutputDirectory(m_WhereBuild);
mf.SetOutputDirectory(m_WhereBuild);
mf.SetOutputHomeDirectory(m_WhereBuild);
// set the directory which contains the CMakeLists.txt
mf.SetCurrentDirectory(m_WhereSource);
// Create the master DSW file and all children dsp files for ITK