Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit c93d22f

Browse files
wbbradleydkonigsberg
authored andcommitted
Update iOS.toolchain.cmake (#98)
Looks like a small typo, unless I'm reading this wrong...
1 parent 983d154 commit c93d22f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeModules/iOS.toolchain.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if (CMAKE_UNAME)
4545
string (REGEX REPLACE "^([0-9]+)\\.([0-9]+).*$" "\\1" DARWIN_MAJOR_VERSION "${CMAKE_HOST_SYSTEM_VERSION}")
4646
endif (CMAKE_UNAME)
4747

48-
# Force the compilers to gcc for iOS
48+
# Force the compilers to clang for iOS
4949
include (CMakeForceCompiler)
5050
CMAKE_FORCE_C_COMPILER (/usr/bin/clang Apple)
5151
CMAKE_FORCE_CXX_COMPILER (/usr/bin/clang++ Apple)

0 commit comments

Comments
 (0)