mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 22:30:07 -05:00
BUG: fix inplace build
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user