diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-09 21:59:10 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-19 18:27:41 (GMT) |
commit | d8f8940bc68f09e382320d1ffe36947ba880ae65 (patch) | |
tree | 508c10de687d7a9e244e1253b122a9e71562c548 /Source/cmTarget.h | |
parent | 7550879f570502f31aeafbd48f04bafd17234696 (diff) | |
download | CMake-d8f8940bc68f09e382320d1ffe36947ba880ae65.zip CMake-d8f8940bc68f09e382320d1ffe36947ba880ae65.tar.gz CMake-d8f8940bc68f09e382320d1ffe36947ba880ae65.tar.bz2 |
cmGeneratorTarget: Move IsCFBundleOnApple 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 7cf4808..0e966e9 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -235,9 +235,6 @@ public: Apple. */ bool IsFrameworkOnApple() const; - /** Return whether this target is a CFBundle (plugin) on Apple. */ - bool IsCFBundleOnApple() const; - /** Return whether this target is an executable Bundle on Apple. */ bool IsAppBundleOnApple() const; |