summaryrefslogtreecommitdiff
path: root/Source/cmMakefileLibraryTargetGenerator.h
diff options
context:
space:
mode:
authorNicolas Despres <nicolas.despres@gmail.com>2012-07-16 16:00:40 +0200
committerPeter Kümmel <syntheticpp@gmx.net>2012-07-17 14:03:09 +0200
commit7bb56c511eaabf2071cd311b6cf14453651127e4 (patch)
treec9c9d4938652d59af72835c68dcdc1e3f51306da /Source/cmMakefileLibraryTargetGenerator.h
parent03bdaf545369d4438a8aece8d3cec603d3a99727 (diff)
downloadcmake-7bb56c511eaabf2071cd311b6cf14453651127e4.tar.gz
Re-factor CFBundle generation.
Diffstat (limited to 'Source/cmMakefileLibraryTargetGenerator.h')
-rw-r--r--Source/cmMakefileLibraryTargetGenerator.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmMakefileLibraryTargetGenerator.h b/Source/cmMakefileLibraryTargetGenerator.h
index 0d4d7776c6..ee56f6cfe4 100644
--- a/Source/cmMakefileLibraryTargetGenerator.h
+++ b/Source/cmMakefileLibraryTargetGenerator.h
@@ -36,7 +36,6 @@ protected:
bool relink);
// MacOSX Framework support methods
void WriteFrameworkRules(bool relink);
- void CreateCFBundle(std::string& targetName, std::string& outpath);
// Store the computd framework version for OS X Frameworks.
std::string FrameworkVersion;