diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-08-05 15:37:49 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-08-26 17:46:32 (GMT) |
commit | abe9505df94e9a1511238c41f9d4459064148c94 (patch) | |
tree | 114059d55fbfec3a1929515bcdc591e2c55f5e30 /Source/cmTarget.h | |
parent | d4a24c0e953e0032a2e483917850b7f8f387bbb2 (diff) | |
download | CMake-abe9505df94e9a1511238c41f9d4459064148c94.zip CMake-abe9505df94e9a1511238c41f9d4459064148c94.tar.gz CMake-abe9505df94e9a1511238c41f9d4459064148c94.tar.bz2 |
cmGeneratorTarget: Move HaveBuildTreeRPath from cmTarget.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 1d353ab..8866e65 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -294,7 +294,6 @@ public: bool GetImplibGNUtoMS(std::string const& gnuName, std::string& out, const char* newExt = 0) const; - bool HaveBuildTreeRPATH(const std::string& config) const; bool HaveInstallTreeRPATH() const; // Get the properties |