summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-09 22:15:38 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-19 18:27:41 (GMT)
commit7550879f570502f31aeafbd48f04bafd17234696 (patch)
tree4dfcc2a21c477df2c429fa10b3d85f5422887f0e /Source/cmTarget.h
parent88d10d55ac68f2251a549cf09292af8a1fb66ba3 (diff)
downloadCMake-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.h3
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;