summaryrefslogtreecommitdiffstats
path: root/vespalib/CMakeLists.txt
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-02-03 21:32:27 +0100
committerGitHub <noreply@github.com>2019-02-03 21:32:27 +0100
commitaebcb6e3c49c75e84bfa3624b7e7999cfff874dd (patch)
tree3a80e3f64bc03b590c17c7ebd86669bc6e227486 /vespalib/CMakeLists.txt
parent0e63320ed4803d38b44f380f3182abcf6d19381d (diff)
Revert "Revert "Use OS provided xxhash.""
Diffstat (limited to 'vespalib/CMakeLists.txt')
-rw-r--r--vespalib/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespalib/CMakeLists.txt b/vespalib/CMakeLists.txt
index 24f7d6e9214..a9d10954a6f 100644
--- a/vespalib/CMakeLists.txt
+++ b/vespalib/CMakeLists.txt
@@ -6,6 +6,7 @@ vespa_define_module(
EXTERNAL_DEPENDS
lz4
+ xxhash
zstd
APPS
@@ -145,5 +146,4 @@ vespa_define_module(
src/vespa/vespalib/trace
src/vespa/vespalib/util
src/vespa/vespalib/websocket
- src/vespa/vespalib/xxhash
)