Skip to content
Snippets Groups Projects
Commit b530648d authored by Leslie Linden's avatar Leslie Linden
Browse files

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
parent ecd0cc3a
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment