diff options
author | David Cole <david.cole@kitware.com> | 2012-02-22 12:25:43 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2012-02-22 12:29:32 (GMT) |
commit | 22021f07f80163979e8dedfcefccee53f4693fae (patch) | |
tree | c8ce78bc32b014d398a370faefa271273bffb6bc /Source/cmMakefile.h | |
parent | 9106b564ae5bf0bf1c1ff4a3fca484bcfd40e183 (diff) | |
download | CMake-22021f07f80163979e8dedfcefccee53f4693fae.zip CMake-22021f07f80163979e8dedfcefccee53f4693fae.tar.gz CMake-22021f07f80163979e8dedfcefccee53f4693fae.tar.bz2 |
Remove cmMakefile::GetIncludeDirectories
After making the changes to use the new target level INCLUDE_DIRECTORIES
property, there are no more callers of this method.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 5e5310f..c2939fb 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -522,11 +522,6 @@ public: cmTarget* FindTargetToUse(const char* name); /** - * Get a list of include directories in the build. - */ - std::vector<std::string> GetIncludeDirectories(); - - /** * Mark include directories as system directories. */ void AddSystemIncludeDirectory(const char* dir); |