summaryrefslogtreecommitdiffstats
path: root/Source/cmFindCommon.h
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2010-05-01 12:29:13 (GMT)
committerAlex Neundorf <neundorf@kde.org>2010-05-01 18:38:28 (GMT)
commit3901e0408c77c3a072ebd7f3276e2ebdf47bf5eb (patch)
treee84a53ee9e853e08a50b34c40b58e1a88963a0f5 /Source/cmFindCommon.h
parent42c40884d2ef3440c81d2ed13521573f24b12cf3 (diff)
downloadCMake-3901e0408c77c3a072ebd7f3276e2ebdf47bf5eb.zip
CMake-3901e0408c77c3a072ebd7f3276e2ebdf47bf5eb.tar.gz
CMake-3901e0408c77c3a072ebd7f3276e2ebdf47bf5eb.tar.bz2
-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 08d2158..2ffbd00 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;