diff options
author | Leslie Linden <leslie@lindenlab.com> | 2011-06-01 11:46:53 -0700 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2011-06-01 11:46:53 -0700 |
commit | b530648dd4c5fbf9e566401b4262865047de2e4a (patch) | |
tree | ad7a828e5f09eec8ea7b503376f6e25b94bf73d0 | |
parent | ecd0cc3a5a411ea050e54044bcea0dfb695b000b (diff) |
EXP-869 FIX -- Mac viewer should build without requiring settings modifications
Modified cmake GCC_VERSION from 4.2 to 4.0, our officially supported GCC version
Reviewed by Richard
-rw-r--r-- | indra/cmake/Variables.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/Variables.cmake b/indra/cmake/Variables.cmake index cfccd29def..4cbf7aa043 100644 --- a/indra/cmake/Variables.cmake +++ b/indra/cmake/Variables.cmake @@ -102,7 +102,7 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin") # To support a different SDK update these Xcode settings: set(CMAKE_OSX_DEPLOYMENT_TARGET 10.5) set(CMAKE_OSX_SYSROOT /Developer/SDKs/MacOSX10.5.sdk) - set(CMAKE_XCODE_ATTRIBUTE_GCC_VERSION "4.2") + set(CMAKE_XCODE_ATTRIBUTE_GCC_VERSION "4.0") set(CMAKE_XCODE_ATTRIBUTE_DEBUG_INFORMATION_FORMAT dwarf-with-dsym) # NOTE: To attempt an i386/PPC Universal build, add this on the configure line: |