summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-05 17:02:45 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-08 23:04:38 (GMT)
commitc5718217ad242ca0fc6e6b15f4ee670e4a332c93 (patch)
treed93cdea4deb3bbf9a64358978d9f95e6b7cbfd96 /Source/cmTarget.h
parentbf5eb4a3f394051d9245a7f0c3a18b4a1d2c948a (diff)
downloadCMake-c5718217ad242ca0fc6e6b15f4ee670e4a332c93.zip
CMake-c5718217ad242ca0fc6e6b15f4ee670e4a332c93.tar.gz
CMake-c5718217ad242ca0fc6e6b15f4ee670e4a332c93.tar.bz2
cmGeneratorTarget: Move HaveInstallTreeRPATH from cmTarget.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index d37f934..4b369d3 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -262,8 +262,6 @@ public:
bool GetImplibGNUtoMS(std::string const& gnuName, std::string& out,
const char* newExt = 0) const;
- bool HaveInstallTreeRPATH() const;
-
// Get the properties
cmPropertyMap &GetProperties() const { return this->Properties; }