ENH: set initial build to source dir
This commit is contained in:
parent
11b68dea51
commit
ab7f884a44
|
@ -95,6 +95,7 @@ CMakeSetupDialog::CMakeSetupDialog(CWnd* pParent /*=NULL*/)
|
|||
startPath = startPath.Left(removePos);
|
||||
}
|
||||
m_WhereSource = startPath;
|
||||
m_WhereBuild = startPath;
|
||||
this->LoadFromRegistry();
|
||||
m_BuildPathChanged = false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue