summaryrefslogtreecommitdiffstats
path: root/Source/cmCommonTargetGenerator.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2016-06-08 09:29:35 (GMT)
committerBrad King <brad.king@kitware.com>2016-06-09 14:39:57 (GMT)
commit70d3bf85808d17dba8ec90e2975f2741383ef260 (patch)
treea4b4ad0543a85543016956eb290468855feeb784 /Source/cmCommonTargetGenerator.h
parentde4ee088e7ab60213b551ecf98bc9e1b512ee393 (diff)
downloadCMake-70d3bf85808d17dba8ec90e2975f2741383ef260.zip
CMake-70d3bf85808d17dba8ec90e2975f2741383ef260.tar.gz
CMake-70d3bf85808d17dba8ec90e2975f2741383ef260.tar.bz2
cmLocalGenerator: Adopt GetFrameworkFlags method
Move it from cmCommonTargetGenerator.
Diffstat (limited to 'Source/cmCommonTargetGenerator.h')
-rw-r--r--Source/cmCommonTargetGenerator.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmCommonTargetGenerator.h b/Source/cmCommonTargetGenerator.h
index c9645e7..ace5351 100644
--- a/Source/cmCommonTargetGenerator.h
+++ b/Source/cmCommonTargetGenerator.h
@@ -71,9 +71,6 @@ protected:
void AppendFortranFormatFlags(std::string& flags,
cmSourceFile const& source);
- // Return the a string with -F flags on apple
- std::string GetFrameworkFlags(std::string const& l);
-
virtual void AddIncludeFlags(std::string& flags,
std::string const& lang) = 0;