BUG: fix inplace build

This commit is contained in:
Bill Hoffman 2000-11-10 17:13:13 -05:00
parent 65a28c7705
commit d466664817
1 changed files with 4 additions and 0 deletions

View File

@ -247,6 +247,10 @@ void CMakeSetupDialog::OnOK()
{
// get all the info from the screen
this->UpdateData();
if(m_WhereBuild == "")
{
m_WhereBuild = m_WhereSource;
}
// configure the system for VC60
cmWindowsConfigure config;