summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio10Generator.cxx
diff options
context:
space:
mode:
authorGilles Khouzam <gillesk@microsoft.com>2014-07-28 18:04:45 (GMT)
committerBrad King <brad.king@kitware.com>2014-07-28 20:23:54 (GMT)
commit99e14a3865f96371284daef463df5e261b5698e3 (patch)
treee4a793c31f09220b01058bc138b9dcb2036fc4f7 /Source/cmGlobalVisualStudio10Generator.cxx
parentf188845237cdfee74dae0658888a61c855e285b3 (diff)
downloadCMake-99e14a3865f96371284daef463df5e261b5698e3.zip
CMake-99e14a3865f96371284daef463df5e261b5698e3.tar.gz
CMake-99e14a3865f96371284daef463df5e261b5698e3.tar.bz2
cmGlobalVisualStudio10Generator: Fix typo KHLM => HKLM
Diffstat (limited to 'Source/cmGlobalVisualStudio10Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio10Generator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio10Generator.cxx b/Source/cmGlobalVisualStudio10Generator.cxx
index c1b087a..80fd9f0 100644
--- a/Source/cmGlobalVisualStudio10Generator.cxx
+++ b/Source/cmGlobalVisualStudio10Generator.cxx
@@ -435,7 +435,7 @@ bool cmGlobalVisualStudio10Generator::Find64BitTools(cmMakefile* mf)
// This edition does not come with 64-bit tools. Look for them.
//
// TODO: Detect available tools? x64\v100 exists but does not work?
- // KHLM\\SOFTWARE\\Microsoft\\MSBuild\\ToolsVersions\\4.0;VCTargetsPath
+ // HKLM\\SOFTWARE\\Microsoft\\MSBuild\\ToolsVersions\\4.0;VCTargetsPath
// c:/Program Files (x86)/MSBuild/Microsoft.Cpp/v4.0/Platforms/
// {Itanium,Win32,x64}/PlatformToolsets/{v100,v90,Windows7.1SDK}
std::string winSDK_7_1;