mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 05:11:15 -06:00
added version number
This commit is contained in:
@@ -137,6 +137,10 @@ BOOL CMakeSetupDialog::OnInitDialog()
|
||||
this->LoadFromRegistry();
|
||||
// try to load the cmake cache from disk
|
||||
this->LoadCacheFromDiskToGUI();
|
||||
// Set the version number
|
||||
char tmp[1024];
|
||||
sprintf(tmp,"Version %s", cmMakefile::GetVersion());
|
||||
SetDlgItemText(IDC_CMAKE_VERSION, tmp);
|
||||
return TRUE; // return TRUE unless you set the focus to a control
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user