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.cxx | |
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.cxx')
-rw-r--r-- | Source/cmTarget.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx index 761267d..02a5ea6 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -377,13 +377,6 @@ bool cmTarget::IsCFBundleOnApple() const } //---------------------------------------------------------------------------- -bool cmTarget::IsXCTestOnApple() const -{ - return (this->IsCFBundleOnApple() && - this->GetPropertyAsBool("XCTEST")); -} - -//---------------------------------------------------------------------------- void cmTarget::AddTracedSources(std::vector<std::string> const& srcs) { if (!srcs.empty()) |