summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorscarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-07-17 22:43:16 +0000
committerscarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-07-17 22:43:16 +0000
commit15756acfbd0bee443e6edc89316889b1e87c8a99 (patch)
treebe9f19213524afead29a8763a97feafa94ec351f /CMakeLists.txt
parentd517f67cee5af1c73b795dcfb0229881a81c5fa0 (diff)
-druhy pokus dyz to nebere arch __APPLE__ dame definici APPLE (pro priste)
git-svn-id: http://opensvn.csie.org/tuxanci_ng@156 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b145586..6bdaca0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -26,6 +26,7 @@ IF ( Apple )
SET (
CMAKE_OSX_ARCHITECTURES "ppc;i386"
CACHE_INTERNAL "OSX Architectures" FORCE
+ ADD_DEFINITIONS ( -DAPPLE )
)
ENDIF ( Apple )
IF ( Win AND NOT Server )