mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-01 12:18:36 -06:00
BUG: Fixed typo in name of MSVC 8 registry key.
This commit is contained in:
@@ -322,7 +322,7 @@ BOOL CMakeSetupDialog::OnInitDialog()
|
||||
{
|
||||
// check for vs7 in registry then decide what default to use
|
||||
std::string mp;
|
||||
mp = "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\8.0\\Setup;Dbghelp_path";
|
||||
mp = "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\8.0\\Setup;Dbghelp_path]";
|
||||
cmSystemTools::ExpandRegistryValues(mp);
|
||||
if(mp != "/registry")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user