summaryrefslogtreecommitdiff
path: root/build/shared/ToolchainLLVM.cmake
blob: a20abffdb972baaac4b56822d0b710db42dd1210 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# =================================================================================================
# ADOBE SYSTEMS INCORPORATED
# Copyright 2013 Adobe Systems Incorporated
# All Rights Reserved
#
# NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
# of the Adobe license agreement accompanying it.
# =================================================================================================

# Toolchain 

# Force XCode to use specific compiler
# options are "4.0", "4.2", "com.apple.compilers.llvmgcc42", "com.intel.compilers.icc.12_1_0", "com.apple.compilers.llvm.clang.1_0"
set(CMAKE_XCODE_ATTRIBUTE_GCC_VERSION "com.apple.compilers.llvm.clang.1_0")

# SDK and deployment 
set(XMP_OSX_SDK		 	10.7)
set(XMP_OSX_TARGET	 	10.6)