remove system xxhash
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user