summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-07-21 13:22:21 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-07-21 13:22:21 (GMT)
commite13c18974307ecd0f11e2ecfde64f1aea80c6304 (patch)
tree60edbb69fc1eba0f374b5f18c9f2865cfcf38723 /Source/cmMakefile.h
parentae64efa1ce9097f27c1dbfb2b6a14ccf512e16b7 (diff)
parent881613c4abbbca35223678d6b17da418958a0005 (diff)
downloadCMake-e13c18974307ecd0f11e2ecfde64f1aea80c6304.zip
CMake-e13c18974307ecd0f11e2ecfde64f1aea80c6304.tar.gz
CMake-e13c18974307ecd0f11e2ecfde64f1aea80c6304.tar.bz2
Merge topic 'remove-special-LINK_DIRECTORIES-handling'
881613c4 cmMakefile: Remove special handling of LINK_DIRECTORIES property. 35734260 cmMakefile: Inline only use of GetLinkDirectories.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index a4a7dc2..e86aa3b 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -229,20 +229,6 @@ public:
void AddLinkDirectoryForTarget(const std::string& tgt, const std::string& d);
/**
- * Add a link directory to the build.
- */
- void AddLinkDirectory(const std::string&);
-
- const std::vector<std::string>& GetLinkDirectories() const
- {
- return this->LinkDirectories;
- }
- void SetLinkDirectories(const std::vector<std::string>& vec)
- {
- this->LinkDirectories = vec;
- }
-
- /**
* Add a subdirectory to the build.
*/
void AddSubDirectory(const std::string& fullSrcDir,