r19242 by craig - Fix Leopard target setting
scribus-commit
scribus-commit at lists.scribus.net
Sun Jun 15 21:34:42 UTC 2014
Author: craig
Date: Sun Jun 15 21:34:42 2014
New Revision: 19242
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=19242
Log:
Fix Leopard target setting
Modified:
trunk/Scribus/CMakeLists.txt
Modified: trunk/Scribus/CMakeLists.txt
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=19242&path=/trunk/Scribus/CMakeLists.txt
==============================================================================
--- trunk/Scribus/CMakeLists.txt (original)
+++ trunk/Scribus/CMakeLists.txt Sun Jun 15 21:34:42 2014
@@ -108,7 +108,7 @@
ENDIF (_apple_ver EQUAL "10")
IF (_apple_ver EQUAL "9")
MESSAGE(STATUS "Found OSX Leoard Target: Apple, 32 bit, X86")
- SET(APPLE_10_9_X 1 CACHE TYPE BOOL)
+ SET(APPLE_10_5_X 1 CACHE TYPE BOOL)
ENDIF (_apple_ver EQUAL "9")
UNSET(ARCH_X86)
ENDIF (APPLE AND CMAKE_SIZEOF_VOID_P EQUAL 8 AND (ARCH_X86 EQUAL 1 OR ARCH_X86_64 EQUAL 1))
More information about the scribus-commit
mailing list