فهرست منبع

BUG: set output directory correctly

Bill Hoffman 25 سال پیش
والد
کامیت
252b0d8957
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      Source/MFCDialog/CMakeSetupDialog.cpp

+ 2 - 1
Source/MFCDialog/CMakeSetupDialog.cpp

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