Fix typo causing 64-bit binaries to be excluded on OS X 10.6+.
This commit is contained in:
parent
e707b426cf
commit
fed63422a6
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue