summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudio10Generator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-03-04 13:42:52 -0500
committerBrad King <brad.king@kitware.com>2021-03-05 09:34:58 -0500
commita1c0758ea0c26eb1f5003cca431f3326e1e2495b (patch)
tree587617585d0eff95f426b9a9d1f6afc9c171c65d /Source/cmGlobalVisualStudio10Generator.h
parente562e8987ca0d569e19034ec97141a009999536b (diff)
downloadcmake-a1c0758ea0c26eb1f5003cca431f3326e1e2495b.tar.gz
cmGlobalVisualStudio10Generator: Clarify method name
Diffstat (limited to 'Source/cmGlobalVisualStudio10Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio10Generator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio10Generator.h b/Source/cmGlobalVisualStudio10Generator.h
index 5057572f47..6736e17a86 100644
--- a/Source/cmGlobalVisualStudio10Generator.h
+++ b/Source/cmGlobalVisualStudio10Generator.h
@@ -238,7 +238,7 @@ private:
std::string GetLibFlagTableName(std::string const& toolset) const;
std::string GetLinkFlagTableName(std::string const& toolset) const;
std::string GetMasmFlagTableName(std::string const& toolset) const;
- std::string GetToolsetName(std::string const& toolset) const;
+ std::string CanonicalToolsetName(std::string const& toolset) const;
std::string CustomVCTargetsPath;
std::string VCTargetsPath;