BUG: set output directory correctly
This commit is contained in:
parent
0adb5237bd
commit
252b0d8957
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue