summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-09-11 10:51:22 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-09-11 10:51:22 +0000
commitfe723e684f6bff17d698131806d3ae11688b9e17 (patch)
treea7089297a62f071220b17fec066b27775bf78ad8
parent49dff5e2700e5134fe40af3530fe8392f5d935ee (diff)
We do not need the tensors everywhere.
-rw-r--r--document/src/vespa/document/CMakeLists.txt1
-rw-r--r--vespalib/src/vespa/vespalib/CMakeLists.txt1
2 files changed, 1 insertions, 1 deletions
diff --git a/document/src/vespa/document/CMakeLists.txt b/document/src/vespa/document/CMakeLists.txt
index 1e5ed700d0b..6d5483333cd 100644
--- a/document/src/vespa/document/CMakeLists.txt
+++ b/document/src/vespa/document/CMakeLists.txt
@@ -16,4 +16,5 @@ vespa_add_library(document
$<TARGET_OBJECTS:document_predicate>
INSTALL lib64
DEPENDS
+ vespalib_vespalib_tensor
)
diff --git a/vespalib/src/vespa/vespalib/CMakeLists.txt b/vespalib/src/vespa/vespalib/CMakeLists.txt
index 7372288a64c..08c42ba1a16 100644
--- a/vespalib/src/vespa/vespalib/CMakeLists.txt
+++ b/vespalib/src/vespa/vespalib/CMakeLists.txt
@@ -21,6 +21,5 @@ vespa_add_library(vespalib
$<TARGET_OBJECTS:vespalib_vespalib_xxhash>
INSTALL lib64
DEPENDS
- vespalib_vespalib_tensor
vespalib_vespalib_test
)