diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-08-04 17:19:46 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-08-05 16:20:47 (GMT) |
commit | 8d2de00244f8338664c16bd8d8ebb03c6f0cb83f (patch) | |
tree | fe846ed5d566ec5ba77ab8b250d01e1498231a9f /Source/cmTarget.h | |
parent | 3df705681be123d93146156fec3166b41b19465a (diff) | |
download | CMake-8d2de00244f8338664c16bd8d8ebb03c6f0cb83f.zip CMake-8d2de00244f8338664c16bd8d8ebb03c6f0cb83f.tar.gz CMake-8d2de00244f8338664c16bd8d8ebb03c6f0cb83f.tar.bz2 |
cmGeneratorTarget: Move NeedRelinkBeforeInstall from cmTarget.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 8c23372..11f715a 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -395,11 +395,6 @@ public: bool GetImplibGNUtoMS(std::string const& gnuName, std::string& out, const char* newExt = 0) const; - /** - * Compute whether this target must be relinked before installing. - */ - bool NeedRelinkBeforeInstall(const std::string& config) const; - bool HaveBuildTreeRPATH(const std::string& config) const; bool HaveInstallTreeRPATH() const; |