We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a7a15d + 85825bf commit a971965Copy full SHA for a971965
ios.toolchain.cmake
@@ -309,11 +309,6 @@ set(CMAKE_OSX_DEPLOYMENT_TARGET "" CACHE STRING
309
set(CMAKE_OSX_ARCHITECTURES ${IOS_ARCH} CACHE STRING "Build architecture for iOS")
310
# Change the type of target generated for try_compile() so it'll work when cross-compiling
311
set(CMAKE_TRY_COMPILE_TARGET_TYPE STATIC_LIBRARY)
312
-# Skip the platform compiler checks for cross compiling.
313
-set(CMAKE_CXX_COMPILER_FORCED TRUE)
314
-set(CMAKE_CXX_COMPILER_WORKS TRUE)
315
-set(CMAKE_C_COMPILER_FORCED TRUE)
316
-set(CMAKE_C_COMPILER_WORKS TRUE)
317
# All iOS/Darwin specific settings - some may be redundant.
318
set(CMAKE_SHARED_LIBRARY_PREFIX "lib")
319
set(CMAKE_SHARED_LIBRARY_SUFFIX ".dylib")
0 commit comments