summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileTargetGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-07-08 19:52:42 (GMT)
committerBrad King <brad.king@kitware.com>2015-07-09 13:50:07 (GMT)
commitab8240189dd67cc15c5aed59b8c0ffde99d3b403 (patch)
treea5aeb063f3188ecfcadf33b7ca569a1c3dd03587 /Source/cmMakefileTargetGenerator.h
parent0b22c0b815974de148b5fed3a33a3337380347c9 (diff)
downloadCMake-ab8240189dd67cc15c5aed59b8c0ffde99d3b403.zip
CMake-ab8240189dd67cc15c5aed59b8c0ffde99d3b403.tar.gz
CMake-ab8240189dd67cc15c5aed59b8c0ffde99d3b403.tar.bz2
cmCommonTargetGenerator: Adopt AppendFortranFormatFlags
Move up from cmMakefileTargetGenerator.
Diffstat (limited to 'Source/cmMakefileTargetGenerator.h')
-rw-r--r--Source/cmMakefileTargetGenerator.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmMakefileTargetGenerator.h b/Source/cmMakefileTargetGenerator.h
index 1c02ddd..5bf8ad1 100644
--- a/Source/cmMakefileTargetGenerator.h
+++ b/Source/cmMakefileTargetGenerator.h
@@ -129,9 +129,6 @@ protected:
// Return the a string with -F flags on apple
std::string GetFrameworkFlags(std::string const& l);
- void AppendFortranFormatFlags(std::string& flags,
- cmSourceFile const& source);
-
// append intertarget dependencies
void AppendTargetDepends(std::vector<std::string>& depends);