summaryrefslogtreecommitdiff
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-10-03 12:04:30 +0000
committerKitware Robot <kwrobot@kitware.com>2018-10-03 08:04:35 -0400
commit9fc3024f62304a65c2fb1eaf5303e417530c650d (patch)
treeae35d758ba00f50b6ebaa5ed9634fe467137140a /Source/cmGeneratorTarget.h
parenta4b9e59568825a440bbbf04504cb556288aed456 (diff)
parent375b420fdfe4eb34e92b98bb648ba37de3691c2e (diff)
downloadcmake-9fc3024f62304a65c2fb1eaf5303e417530c650d.tar.gz
Merge topic 'fix-csharp-target-type'
375b420fdf CSharp: Fix regression in VS project type selection 8b21aa0af0 VS: Fix CSharp flag selection when linking to a static C++ library Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2427
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r--Source/cmGeneratorTarget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h
index bfd95acf6e..b1daa53a7b 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -374,7 +374,7 @@ public:
// Evaluate if the target uses the given language for compilation
// and/or linking. If 'exclusive' is true, 'language' is expected
- // to be the only language used for the target.
+ // to be the only language used in source files for the target.
bool HasLanguage(std::string const& language, std::string const& config,
bool exclusive = true) const;