From 38b3f3368933394a6f529f00fff44adb4ff4824d Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 29 Apr 2025 22:52:52 +1200 Subject: [PATCH] remove system xxhash --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 70f8c3d..41d526b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,13 +46,11 @@ add_executable(dropshell ${SOURCES}) target_include_directories(dropshell PRIVATE src ${CMAKE_CURRENT_BINARY_DIR}/src - ${xxHash_INCLUDE_DIRS} ) # Link libraries target_link_libraries(dropshell PRIVATE TBB::tbb - ${xxHash_LIBRARIES} ) # Install targets