diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-08-04 17:19:45 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-08-05 16:20:46 (GMT) |
commit | f0aa660772565545cbcda9ed8ae946b8d5097416 (patch) | |
tree | bb2cebad21b46bd465c4e5aaf16654a40e88576e /Source/cmTarget.h | |
parent | 766839c56da82e12b6986fb5cf7c8d86442615bc (diff) | |
download | CMake-f0aa660772565545cbcda9ed8ae946b8d5097416.zip CMake-f0aa660772565545cbcda9ed8ae946b8d5097416.tar.gz CMake-f0aa660772565545cbcda9ed8ae946b8d5097416.tar.bz2 |
cmGeneratorTarget: Move HasSOName from cmTarget.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 15dfb4a..e89a212 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -386,9 +386,6 @@ public: /** Get the path for the MSVC /Fd option for this target. */ std::string GetCompilePDBPath(const std::string& config="") const; - /** Whether this library has soname enabled and platform supports it. */ - bool HasSOName(const std::string& config) const; - /** Whether this library has \@rpath and platform supports it. */ bool HasMacOSXRpathInstallNameDir(const std::string& config) const; |