BUG: fix inplace build
This commit is contained in:
parent
65a28c7705
commit
d466664817
|
@ -247,6 +247,10 @@ void CMakeSetupDialog::OnOK()
|
||||||
{
|
{
|
||||||
// get all the info from the screen
|
// get all the info from the screen
|
||||||
this->UpdateData();
|
this->UpdateData();
|
||||||
|
if(m_WhereBuild == "")
|
||||||
|
{
|
||||||
|
m_WhereBuild = m_WhereSource;
|
||||||
|
}
|
||||||
|
|
||||||
// configure the system for VC60
|
// configure the system for VC60
|
||||||
cmWindowsConfigure config;
|
cmWindowsConfigure config;
|
||||||
|
|
Loading…
Reference in New Issue