diff options
author | Gregor Jasny <gjasny@googlemail.com> | 2017-11-04 12:29:25 (GMT) |
---|---|---|
committer | Gregor Jasny <gjasny@googlemail.com> | 2017-12-22 20:56:53 (GMT) |
commit | 8f4663ffb265b6216cc9da9019e6169e27f0d8ec (patch) | |
tree | 039fb855d5d16d366c5abcfc080a3d5ea8c37550 /Source/cmMakefile.h | |
parent | 4309ed25eee874ee73a715897550e2ea18631f41 (diff) | |
download | CMake-8f4663ffb265b6216cc9da9019e6169e27f0d8ec.zip CMake-8f4663ffb265b6216cc9da9019e6169e27f0d8ec.tar.gz CMake-8f4663ffb265b6216cc9da9019e6169e27f0d8ec.tar.bz2 |
Xcode: rename embedded SDK query function
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 737cab9..e1ec8ed 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -440,7 +440,7 @@ public: bool PlatformIsx32() const; /** Return whether the target platform is Apple iOS. */ - bool PlatformIsAppleIos() const; + bool PlatformIsAppleEmbedded() const; /** Retrieve soname flag for the specified language if supported */ const char* GetSONameFlag(const std::string& language) const; |