aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/CMakeLists.txt
diff options
context:
space:
mode:
authorHÃ¥kon Hallingstad <hakon@oath.com>2019-02-03 01:39:06 +0100
committerGitHub <noreply@github.com>2019-02-03 01:39:06 +0100
commit5d7a293ecfea21f09d709c6bb1979f3d964d00aa (patch)
treedef4cd1cedef12157eff759cef63105340da34d4 /vespalib/CMakeLists.txt
parentfac611ad92dc4025a8c9ffe9e0a7715575d706a9 (diff)
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 a9d10954a6f..24f7d6e9214 100644
--- a/vespalib/CMakeLists.txt
+++ b/vespalib/CMakeLists.txt
@@ -6,7 +6,6 @@ vespa_define_module(
EXTERNAL_DEPENDS
lz4
- xxhash
zstd
APPS
@@ -146,4 +145,5 @@ vespa_define_module(
src/vespa/vespalib/trace
src/vespa/vespalib/util
src/vespa/vespalib/websocket
+ src/vespa/vespalib/xxhash
)