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);
|
startPath = startPath.Left(removePos);
|
||||||
}
|
}
|
||||||
m_WhereSource = startPath;
|
m_WhereSource = startPath;
|
||||||
|
m_WhereBuild = startPath;
|
||||||
this->LoadFromRegistry();
|
this->LoadFromRegistry();
|
||||||
m_BuildPathChanged = false;
|
m_BuildPathChanged = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue