summaryrefslogtreecommitdiffstats
path: root/vespamalloc/CMakeLists.txt
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-12-22 08:48:46 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2017-01-06 23:21:15 +0100
commit56b220ba1cf20f0ccb443ee684239622b3f6376b (patch)
tree07fd623d4a6d01ef0ff75436962706003116968e /vespamalloc/CMakeLists.txt
parentb815ae29f5a58f271114df351d4d01785413c1da (diff)
Break dependency on vespalib, use std::atomic instead.
Diffstat (limited to 'vespamalloc/CMakeLists.txt')
-rw-r--r--vespamalloc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespamalloc/CMakeLists.txt b/vespamalloc/CMakeLists.txt
index ef629698590..11bc1b60983 100644
--- a/vespamalloc/CMakeLists.txt
+++ b/vespamalloc/CMakeLists.txt
@@ -3,7 +3,7 @@ add_compile_options(-fvisibility=hidden)
add_definitions(-DPARANOID_LEVEL=0)
vespa_define_module(
- DEPENDS
+ TEST_DEPENDS
fastos
vespalib
vespalog