summaryrefslogtreecommitdiff
path: root/builds
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2016-03-11 06:50:23 +0100
committerWerner Lemberg <wl@gnu.org>2016-03-11 06:50:23 +0100
commit10265db1148d65a747f39942e5c89cc859f1638e (patch)
tree7a6c5e471f962d0960a707cb3b0d0e3883550116 /builds
parent74c0a72d529ab1622e055aeb59bc7dde2824b8f2 (diff)
downloadfreetype2-10265db1148d65a747f39942e5c89cc859f1638e.tar.gz
Fix CMake issues for iOS (patch #8941).
* CMakeLists.txt (CMAKE_TOOLCHAIN_FILE): Fix directory. * builds/cmake/iOS.cmake: No longer enforce gcc.
Diffstat (limited to 'builds')
-rw-r--r--builds/cmake/iOS.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/builds/cmake/iOS.cmake b/builds/cmake/iOS.cmake
index 9fb20c093..378dbd895 100644
--- a/builds/cmake/iOS.cmake
+++ b/builds/cmake/iOS.cmake
@@ -85,11 +85,6 @@ if (CMAKE_UNAME)
DARWIN_MAJOR_VERSION "${CMAKE_HOST_SYSTEM_VERSION}")
endif (CMAKE_UNAME)
-# force the compilers to gcc for iOS
-include(CMakeForceCompiler)
-CMAKE_FORCE_C_COMPILER(gcc gcc)
-CMAKE_FORCE_CXX_COMPILER(g++ g++)
-
# skip the platform compiler checks for cross compiling
set(CMAKE_CXX_COMPILER_WORKS TRUE)
set(CMAKE_C_COMPILER_WORKS TRUE)