summaryrefslogtreecommitdiffstats
path: root/vespamalloc
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahoo-inc.com>2016-06-16 16:52:46 +0200
committerArnstein Ressem <aressem@yahoo-inc.com>2016-06-16 16:52:46 +0200
commit81f0b27d84bc8ed6c08160fda5350cb4646014e7 (patch)
tree41f9384ff48c2a2f852f98110ebfd2fb090d9d35 /vespamalloc
parentc9d44f38f039a32f1d828bf35820e5fb3e3c8dee (diff)
Use DEPEND section.
Diffstat (limited to 'vespamalloc')
-rw-r--r--vespamalloc/src/tests/allocfree/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/vespamalloc/src/tests/allocfree/CMakeLists.txt b/vespamalloc/src/tests/allocfree/CMakeLists.txt
index 49a4b2f193a..08588fa6aa6 100644
--- a/vespamalloc/src/tests/allocfree/CMakeLists.txt
+++ b/vespamalloc/src/tests/allocfree/CMakeLists.txt
@@ -20,5 +20,6 @@ vespa_add_executable(vespamalloc_linklist_test_app
../../vespamalloc/malloc/allocchunk.cpp
../../vespamalloc/malloc/common.cpp
$<TARGET_OBJECTS:vespamalloc_util>
+ DEPENDS
+ dl
)
-vespa_add_target_system_dependency(vespamalloc_linklist_test_app dl)