summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-11-01 11:36:14 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-11-01 11:36:39 (GMT)
commitd955b4f753d450ec10a2f928fcca1a91a50816ce (patch)
tree518196d26a2930e7fb89531f8ca235f26c7bade3 /Source/cmGeneratorTarget.h
parent75b85133d8cccb5d2680b0817d8720c6860238b0 (diff)
parent9040df31e2da7db351d76dcc72568d44d0223f92 (diff)
downloadCMake-d955b4f753d450ec10a2f928fcca1a91a50816ce.zip
CMake-d955b4f753d450ec10a2f928fcca1a91a50816ce.tar.gz
CMake-d955b4f753d450ec10a2f928fcca1a91a50816ce.tar.bz2
Merge topic 'fix-custom-target-with-csharp'
9040df31e2 Merge branch 'backport-fix-custom-target-with-csharp' 1acd1c2b50 CSharp: Fix regression in VS project type selection for custom target a56edad6d6 CSharp: Fix regression in VS project type selection for custom target Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2549
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r--Source/cmGeneratorTarget.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h
index 4c32558..5e7cf12 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -372,11 +372,7 @@ public:
void GetLanguages(std::set<std::string>& languages,
std::string const& config) const;
- // 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 in source files for the target.
- bool HasLanguage(std::string const& language, std::string const& config,
- bool exclusive = true) const;
+ bool IsCSharpOnly() const;
void GetObjectLibrariesCMP0026(
std::vector<cmGeneratorTarget*>& objlibs) const;