summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
diff options
context:
space:
mode:
authorGregor Jasny <gjasny@googlemail.com>2017-11-04 12:29:25 (GMT)
committerGregor Jasny <gjasny@googlemail.com>2017-12-22 20:56:53 (GMT)
commit8f4663ffb265b6216cc9da9019e6169e27f0d8ec (patch)
tree039fb855d5d16d366c5abcfc080a3d5ea8c37550 /Source/cmMakefile.cxx
parent4309ed25eee874ee73a715897550e2ea18631f41 (diff)
downloadCMake-8f4663ffb265b6216cc9da9019e6169e27f0d8ec.zip
CMake-8f4663ffb265b6216cc9da9019e6169e27f0d8ec.tar.gz
CMake-8f4663ffb265b6216cc9da9019e6169e27f0d8ec.tar.bz2
Xcode: rename embedded SDK query function
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r--Source/cmMakefile.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index a1e2f63..c70a7ae 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -2244,7 +2244,7 @@ bool cmMakefile::PlatformIsx32() const
return false;
}
-bool cmMakefile::PlatformIsAppleIos() const
+bool cmMakefile::PlatformIsAppleEmbedded() const
{
std::string sdkRoot;
sdkRoot = this->GetSafeDefinition("CMAKE_OSX_SYSROOT");