summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/MFCDialog/CMakeSetupDialog.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/MFCDialog/CMakeSetupDialog.cpp b/Source/MFCDialog/CMakeSetupDialog.cpp
index 3f057cc..0775857 100644
--- a/Source/MFCDialog/CMakeSetupDialog.cpp
+++ b/Source/MFCDialog/CMakeSetupDialog.cpp
@@ -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;