summaryrefslogtreecommitdiff
path: root/Source/cmFindCommon.h
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2010-05-01 14:29:13 +0200
committerAlex Neundorf <neundorf@kde.org>2010-05-01 20:38:28 +0200
commit3901e0408c77c3a072ebd7f3276e2ebdf47bf5eb (patch)
treee84a53ee9e853e08a50b34c40b58e1a88963a0f5 /Source/cmFindCommon.h
parent42c40884d2ef3440c81d2ed13521573f24b12cf3 (diff)
downloadcmake-3901e0408c77c3a072ebd7f3276e2ebdf47bf5eb.tar.gz
-improve crosscompiling from Linux to iphone (#10526)
Patch by Karol Krizka Alex
Diffstat (limited to 'Source/cmFindCommon.h')
-rw-r--r--Source/cmFindCommon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmFindCommon.h b/Source/cmFindCommon.h
index 08d21586b8..2ffbd0053b 100644
--- a/Source/cmFindCommon.h
+++ b/Source/cmFindCommon.h
@@ -61,6 +61,8 @@ protected:
PathType pathType);
void AddPathInternal(std::string const& in_path, PathType pathType);
+ void SetMakefile(cmMakefile* makefile);
+
bool NoDefaultPath;
bool NoCMakePath;
bool NoCMakeEnvironmentPath;