Fix typo causing 64-bit binaries to be excluded on OS X 10.6+.

This commit is contained in:
Jake Petroules 2014-10-23 08:19:00 -07:00
parent e707b426cf
commit fed63422a6
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ if (UNIX)
# 10.4: Universal (32-bit Intel and PowerPC)
set(CMAKE_OSX_ARCHITECTURES "ppc;i386"
CACHE STRING "" FORCE)
else (DARWIN_VERSION LESS 10)
elseif (DARWIN_VERSION LESS 10)
# 10.5: 32-bit Intel only
set(CMAKE_OSX_ARCHITECTURES "i386"
CACHE STRING "" FORCE)