From 42b6671191b969e442b951bd656c42046657cd74 Mon Sep 17 00:00:00 2001 From: minqiyang Date: Wed, 24 Oct 2018 22:27:07 +0800 Subject: [PATCH] Add hash_op --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index df00e977ebb..52e48d66e33 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -176,6 +176,7 @@ include(external/eigen) # download eigen3 include(external/pybind11) # download pybind11 include(external/cares) include(external/cub) +include(external/xxhash) # download xxhash if (NOT WIN32) # there is no official support of snappystream, warpctc, nccl, cupti in windows -- GitLab