summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2004-08-04 14:00:39 (GMT)
committerBrad King <brad.king@kitware.com>2004-08-04 14:00:39 (GMT)
commit743eed068cbd81747cac0184e7c4a43ce8aab8c3 (patch)
treef3ee0e78fa1abb932fff9b7e844b723406a5a9c6 /Source/cmake.cxx
parent87cab828b6757153aadd383cd659f84ae12ac20a (diff)
downloadCMake-743eed068cbd81747cac0184e7c4a43ce8aab8c3.zip
CMake-743eed068cbd81747cac0184e7c4a43ce8aab8c3.tar.gz
CMake-743eed068cbd81747cac0184e7c4a43ce8aab8c3.tar.bz2
BUG: Fixed typo in name of MSVC 8 registry key.
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r--Source/cmake.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx
index de6aebf..0aca69f 100644
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
@@ -1033,7 +1033,7 @@ int cmake::Configure()
this->SetGlobalGenerator(new cmGlobalBorlandMakefileGenerator);
#elif defined(_WIN32) && !defined(__CYGWIN__)
std::string installedCompiler;
- std::string mp = "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\8.0\\Setup;Dbghelp_path";
+ std::string mp = "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\8.0\\Setup;Dbghelp_path]";
cmSystemTools::ExpandRegistryValues(mp);
if (!(mp == "/registry"))
{