diff options
author | Brad King <brad.king@kitware.com> | 2018-10-03 12:04:30 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-10-03 12:04:35 (GMT) |
commit | 9fc3024f62304a65c2fb1eaf5303e417530c650d (patch) | |
tree | ae35d758ba00f50b6ebaa5ed9634fe467137140a /Source/cmGeneratorTarget.h | |
parent | a4b9e59568825a440bbbf04504cb556288aed456 (diff) | |
parent | 375b420fdfe4eb34e92b98bb648ba37de3691c2e (diff) | |
download | CMake-9fc3024f62304a65c2fb1eaf5303e417530c650d.zip CMake-9fc3024f62304a65c2fb1eaf5303e417530c650d.tar.gz CMake-9fc3024f62304a65c2fb1eaf5303e417530c650d.tar.bz2 |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h index bfd95ac..b1daa53 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; |