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.h | |
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.h')
-rw-r--r-- | Source/cmTarget.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 9a4915f..e53afff 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -424,10 +424,6 @@ public: /** Return whether this target is an executable Bundle on Apple. */ bool IsAppBundleOnApple() const; - /** Return whether this target is an executable Bundle, a framework - or CFBundle on Apple. */ - bool IsBundleOnApple() const; - /** Return the framework version string. Undefined if IsFrameworkOnApple returns false. */ std::string GetFrameworkVersion() const; |