summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorJustin Goshi <jgoshi@microsoft.com>2020-06-18 22:42:15 (GMT)
committerBrad King <brad.king@kitware.com>2020-06-22 13:22:38 (GMT)
commite43486a63919b64fd2eef5d60c9fca1cea83ca94 (patch)
tree6ce634c706e59a0ac89a7e0cc8d2b6c432392d1c /Source/cmGeneratorTarget.h
parent01fdd421bbd7c3c1d37fd61bfaf0cfe5a756af71 (diff)
downloadCMake-e43486a63919b64fd2eef5d60c9fca1cea83ca94.zip
CMake-e43486a63919b64fd2eef5d60c9fca1cea83ca94.tar.gz
CMake-e43486a63919b64fd2eef5d60c9fca1cea83ca94.tar.bz2
cmGeneratorTarget: Clarify name of language property lookup helper
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r--Source/cmGeneratorTarget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h
index a71e64c..cd53611 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -1052,8 +1052,8 @@ private:
mutable std::map<std::string, std::string> LanguageStandardMap;
- cmProp GetLanguageStandardProperty(std::string const& lang,
- const char* suffix) const;
+ cmProp GetPropertyWithPairedLanguageSupport(std::string const& lang,
+ const char* suffix) const;
public:
const std::vector<const cmGeneratorTarget*>& GetLinkImplementationClosure(