summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-05 17:07:03 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-10 09:03:48 (GMT)
commite73916992c6893572f24ee4fa631b33445d6cdf6 (patch)
treec569a4a8b11ad4dd716f14862e2e3990b9241613 /Source/cmTarget.h
parentc5718217ad242ca0fc6e6b15f4ee670e4a332c93 (diff)
downloadCMake-e73916992c6893572f24ee4fa631b33445d6cdf6.zip
CMake-e73916992c6893572f24ee4fa631b33445d6cdf6.tar.gz
CMake-e73916992c6893572f24ee4fa631b33445d6cdf6.tar.bz2
cmGeneratorTarget: Move HasMacOSXRpathInstallNameDir from cmTarget.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index 4b369d3..3cbee76 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -244,12 +244,6 @@ public:
void
GetTargetVersion(bool soversion, int& major, int& minor, int& patch) const;
- /** Whether this library has \@rpath and platform supports it. */
- bool HasMacOSXRpathInstallNameDir(const std::string& config) const;
-
- /** Whether this library defaults to \@rpath. */
- bool MacOSXRpathInstallNameDirDefault() const;
-
/** Test for special case of a third-party shared library that has
no soname at all. */
bool IsImportedSharedLibWithoutSOName(const std::string& config) const;