diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-09 22:15:38 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-19 18:27:41 (GMT) |
commit | 7550879f570502f31aeafbd48f04bafd17234696 (patch) | |
tree | 4dfcc2a21c477df2c429fa10b3d85f5422887f0e /Source/cmTarget.h | |
parent | 88d10d55ac68f2251a549cf09292af8a1fb66ba3 (diff) | |
download | CMake-7550879f570502f31aeafbd48f04bafd17234696.zip CMake-7550879f570502f31aeafbd48f04bafd17234696.tar.gz CMake-7550879f570502f31aeafbd48f04bafd17234696.tar.bz2 |
cmGeneratorTarget: Move IsXCTestOnApple 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 51e97fd..7cf4808 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -238,9 +238,6 @@ public: /** Return whether this target is a CFBundle (plugin) on Apple. */ bool IsCFBundleOnApple() const; - /** Return whether this target is a XCTest on Apple. */ - bool IsXCTestOnApple() const; - /** Return whether this target is an executable Bundle on Apple. */ bool IsAppBundleOnApple() const; |