diff options
author | Justin Goshi <jgoshi@microsoft.com> | 2020-06-18 22:42:15 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-06-22 13:22:38 (GMT) |
commit | e43486a63919b64fd2eef5d60c9fca1cea83ca94 (patch) | |
tree | 6ce634c706e59a0ac89a7e0cc8d2b6c432392d1c /Source/cmGeneratorTarget.h | |
parent | 01fdd421bbd7c3c1d37fd61bfaf0cfe5a756af71 (diff) | |
download | CMake-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.h | 4 |
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( |