mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 20:19:53 +00:00
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
Block a user