Browse Source

BUG: set output directory correctly

pull/1/head
Bill Hoffman 25 years ago
parent
commit
252b0d8957
  1. 3
      Source/MFCDialog/CMakeSetupDialog.cpp

3
Source/MFCDialog/CMakeSetupDialog.cpp

@ -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

Loading…
Cancel
Save