diff options
author | Brad King <brad.king@kitware.com> | 2018-09-25 15:21:00 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-10-18 12:26:27 (GMT) |
commit | 52311484dd8c7d3882f7f4c75efe0c3855c2f982 (patch) | |
tree | 5464bea17543445a2f410955ff2818c65595e084 /Source/cmLocalGenerator.h | |
parent | dacbb414550db63ff40225f3f6057c3c74bcf5c9 (diff) | |
download | CMake-52311484dd8c7d3882f7f4c75efe0c3855c2f982.zip CMake-52311484dd8c7d3882f7f4c75efe0c3855c2f982.tar.gz CMake-52311484dd8c7d3882f7f4c75efe0c3855c2f982.tar.bz2 |
cmLocalGenerator: Make MoveSystemIncludesToEnd file-local
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r-- | Source/cmLocalGenerator.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h index f8d70ca..acdad64 100644 --- a/Source/cmLocalGenerator.h +++ b/Source/cmLocalGenerator.h @@ -414,10 +414,6 @@ private: int targetType); void ComputeObjectMaxPath(); - void MoveSystemIncludesToEnd(std::vector<std::string>& includeDirs, - const std::string& config, - const std::string& lang, - cmGeneratorTarget const* target) const; }; #if defined(CMAKE_BUILD_WITH_CMAKE) |