remove system xxhash
This commit is contained in:
parent
8c234cf88b
commit
38b3f33689
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user