Skip to content

Commit 04a99d3

Browse files
committed
Removing unnecessary variable set in ios CMakeLists.txt.
1 parent 759d2aa commit 04a99d3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Build_iOS/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ cmake_minimum_required(VERSION 2.6)
33

44
enable_testing()
55

6-
# Required because our iOS toolchain file doesn't quite set the compiler path correctly
7-
# Modifying it would require user's patching or us getting approval to release it ourselves.
8-
# Both are not simple options.
9-
set(CLANG_C_COMPILER /usr/bin/clang)
10-
set(CLANG_CXX_COMPILER /usr/bin/clang++)
11-
126
set(TOOLCHAIN_FILE "${CMAKE_CURRENT_SOURCE_DIR}/ios-cmake/toolchain/iOS.cmake")
137

148
set(SIM_BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/build.i386" CACHE INTERNAL "")

0 commit comments

Comments
 (0)