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