Lines Matching refs:Xcode
5 # developers to work without disabling SIP, this file can generate an Xcode
6 # toolchain. Xcode toolchains are a mostly-undocumented feature that allows
13 # To make this work with Xcode 7.1 and later you can install the toolchain this
37 option(LLVM_CREATE_XCODE_TOOLCHAIN "Create a target to install LLVM into an Xcode toolchain" Off)
43 # XCODE_VERSION is set by CMake when using the Xcode generator, otherwise we need
52 string(REGEX MATCH "Xcode ([0-9][0-9]?([.][0-9])+)" version_match ${xcodebuild_version})
54 message(STATUS "Identified Xcode Version: ${CMAKE_MATCH_1}")
57 # If detecting Xcode version failed, set a crazy high version so we default
60 …message(WARNING "Failed to detect the version of an installed copy of Xcode, falling back to highe…
64 # Xcode 8 requires CompatibilityVersion 2
67 # Xcode 7.3 (the first version supporting external toolchains) requires
104 …_COMPONENTS cannot be specified with multi-configuration generators (i.e. Xcode or Visual Studio)")