aboutsummaryrefslogtreecommitdiff
path: root/dep/src
diff options
context:
space:
mode:
authorraczman <none@none>2010-04-24 14:20:28 +0200
committerraczman <none@none>2010-04-24 14:20:28 +0200
commit20b79fec28663e8265c3eb9fcfe03be9859c63aa (patch)
tree336e70e96c88dd7fffac0c23d8fe2a2fac483e94 /dep/src
parent7bd0941607ff6bdc9bc931d13b335b004e3a5056 (diff)
Don't build jemalloc on mac.
--HG-- branch : trunk
Diffstat (limited to 'dep/src')
-rw-r--r--dep/src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/dep/src/CMakeLists.txt b/dep/src/CMakeLists.txt
index 62d3db7ce3d..a2b27016ce1 100644
--- a/dep/src/CMakeLists.txt
+++ b/dep/src/CMakeLists.txt
@@ -1,5 +1,7 @@
add_subdirectory(g3dlite)
+if (NOT MACOSX)
add_subdirectory(jmalloc)
+endif(NOT MACOSX)
add_subdirectory(sockets)
add_subdirectory(zlib)