We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 235afc8 commit 256f992Copy full SHA for 256f992
.gitmodules
@@ -0,0 +1,4 @@
1
+[submodule "xxhash"]
2
+ path = xxhash
3
+ url = https://github.com/theAeon/xxhash
4
+ branch = xxhash-mfu
CMakeLists.txt
@@ -148,8 +148,7 @@ IF(LibCap_FOUND)
148
ENDIF(LibCap_FOUND)
149
150
## XXHASH for ddup
151
-find_package(xxHash REQUIRED)
152
-INCLUDE_DIRECTORIES(${xxHash_INCLUDE_DIRS})
+INCLUDE_DIRECTORIES(BEFORE ${CMAKE_CURRENT_SOURCE_DIR}/xxhash/cmake_unofficial)
153
154
# Setup Installation
155
@@ -199,3 +198,4 @@ INCLUDE_DIRECTORIES(BEFORE ${CMAKE_CURRENT_SOURCE_DIR}/src/common)
199
198
ADD_SUBDIRECTORY(src)
200
ADD_SUBDIRECTORY(test)
201
ADD_SUBDIRECTORY(man)
+
xxhash
0 commit comments