diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-08-04 17:19:49 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-08-05 16:20:49 (GMT) |
commit | ee26add4f4062d8b53f22e161027a573dc03399c (patch) | |
tree | 8874dc7a8b8524127ea16415392c7b62d1b1d4d1 /Source/cmTarget.cxx | |
parent | c8a5f5ae60c911298fc3c0f168ac3652223722a4 (diff) | |
download | CMake-ee26add4f4062d8b53f22e161027a573dc03399c.zip CMake-ee26add4f4062d8b53f22e161027a573dc03399c.tar.gz CMake-ee26add4f4062d8b53f22e161027a573dc03399c.tar.bz2 |
cmGeneratorTarget: Move IsBundleOnApple 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 62aa12a..e887ef3 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -590,13 +590,6 @@ bool cmTarget::IsXCTestOnApple() const } //---------------------------------------------------------------------------- -bool cmTarget::IsBundleOnApple() const -{ - return this->IsFrameworkOnApple() || this->IsAppBundleOnApple() || - this->IsCFBundleOnApple(); -} - -//---------------------------------------------------------------------------- static bool processSources(cmTarget const* tgt, const std::vector<cmTargetInternals::TargetPropertyEntry*> &entries, std::vector<std::string> &srcs, |