From 20b79fec28663e8265c3eb9fcfe03be9859c63aa Mon Sep 17 00:00:00 2001 From: raczman Date: Sat, 24 Apr 2010 14:20:28 +0200 Subject: Don't build jemalloc on mac. --HG-- branch : trunk --- dep/src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dep/src') 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) -- cgit v1.2.3