aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2019-03-14 12:00:25 +0100
committerTor Egge <Tor.Egge@broadpark.no>2019-03-14 12:00:25 +0100
commitbf82482c1b92b0f6d6b17150dbe9adcd60ca1f92 (patch)
treec1b29fa01416a7825b861c58bfca5892eb034f67 /CMakeLists.txt
parentff201447a3e3d1ef22232742c99ea0aa7ab72718 (diff)
Adjust build setup for Darwin.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 61fadc92b4c..8456b79f124 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -120,7 +120,10 @@ add_subdirectory(vespaclient-java)
add_subdirectory(vespajlib)
add_subdirectory(vespalib)
add_subdirectory(vespalog)
-add_subdirectory(vespamalloc)
+if(CMAKE_HOST_SYSTEM_NAME STREQUAL "Darwin")
+else()
+ add_subdirectory(vespamalloc)
+endif()
add_subdirectory(vsm)
add_subdirectory(zkfacade)