summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-07-29 12:52:23 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-07-29 12:52:23 (GMT)
commit104a4cb783b7381452c3eff8bdefe8c985079f2e (patch)
tree7de8c4311159c5fba8aef2ca725006d71907323a
parent8cd83e0b71b71e30bdef81e275278f64abe42ce0 (diff)
parent99e14a3865f96371284daef463df5e261b5698e3 (diff)
downloadCMake-104a4cb783b7381452c3eff8bdefe8c985079f2e.zip
CMake-104a4cb783b7381452c3eff8bdefe8c985079f2e.tar.gz
CMake-104a4cb783b7381452c3eff8bdefe8c985079f2e.tar.bz2
Merge topic 'vs10-comment-typo'
99e14a38 cmGlobalVisualStudio10Generator: Fix typo KHLM => HKLM
-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;