summaryrefslogtreecommitdiffstats
path: root/vespalib/CMakeLists.txt
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-02-01 12:30:04 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2019-02-01 23:01:09 +0000
commite57bb5ab28cf979e5103751e6e02bfbdb793f446 (patch)
tree3a80e3f64bc03b590c17c7ebd86669bc6e227486 /vespalib/CMakeLists.txt
parent02cf0659c85c6d6f8bac3cf5abf77da7fe4ed847 (diff)
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
)