summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-03-13 17:40:25 (GMT)
committerBrad King <brad.king@kitware.com>2018-03-13 17:40:25 (GMT)
commita039029e7c4e00f3a64578f94e593f00719bb01c (patch)
tree37dfb11d5ba36ae10da3de699fb725597420fbc7 /Source/cmGeneratorTarget.h
parenta54b56a10bc1d03bd6e56b76f0098fb1835094c9 (diff)
parent1b5e52fd651ab17b3f9efb8f3e2e069550bf7a66 (diff)
downloadCMake-a039029e7c4e00f3a64578f94e593f00719bb01c.zip
CMake-a039029e7c4e00f3a64578f94e593f00719bb01c.tar.gz
CMake-a039029e7c4e00f3a64578f94e593f00719bb01c.tar.bz2
Merge branch 'genex-COMPILE_LANGUAGE-system-include' into release-3.11
Merge-request: !1844
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r--Source/cmGeneratorTarget.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h
index 1ee8a16..2f6ce33 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -413,7 +413,8 @@ public:
const std::string& language) const;
bool IsSystemIncludeDirectory(const std::string& dir,
- const std::string& config) const;
+ const std::string& config,
+ const std::string& language) const;
/** Add the target output files to the global generator manifest. */
void ComputeTargetManifest(const std::string& config) const;