diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-19 22:44:15 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-20 22:52:22 (GMT) |
commit | 6d94078e623d5f1316f1972ffda06ac1d66b6f2f (patch) | |
tree | d1d5d0ec8710fdae937cfbd9627015376bc3c12a /Source/cmTarget.h | |
parent | 3ebc62850c7461dca4723b063b5e5f019409db84 (diff) | |
download | CMake-6d94078e623d5f1316f1972ffda06ac1d66b6f2f.zip CMake-6d94078e623d5f1316f1972ffda06ac1d66b6f2f.tar.gz CMake-6d94078e623d5f1316f1972ffda06ac1d66b6f2f.tar.bz2 |
cmGeneratorTarget: Move IsDLLPlatform 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 26f0d63..33631e7 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -224,9 +224,6 @@ public: enabled. */ bool IsExecutableWithExports() const; - /** Return whether or not the target is for a DLL platform. */ - bool IsDLLPlatform() const { return this->DLLPlatform; } - /** Return whether this target is a shared library Framework on Apple. */ bool IsFrameworkOnApple() const; |