Skip to content

Commit

Permalink
Remove xxhash leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Feb 11, 2024
1 parent 082348e commit 599d97b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 47 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ target_compile_features(hictk_project_options INTERFACE "cxx_std_${CMAKE_CXX_STA
target_compile_definitions(hictk_project_options INTERFACE FMT_HEADER_ONLY FMT_ENFORCE_COMPILE_STRING)
# Tweak spdlog
target_compile_definitions(hictk_project_options INTERFACE SPDLOG_FMT_EXTERNAL)
#Tweak xxHash
target_compile_definitions(hictk_project_options INTERFACE XXH_INLINE_ALL)

if(WIN32)
target_compile_definitions(hictk_project_options INTERFACE NOMINMAX _CRT_SECURE_NO_WARNINGS)
Expand Down
45 changes: 0 additions & 45 deletions cmake/modules/FindxxHash.cmake

This file was deleted.

0 comments on commit 599d97b

Please sign in to comment.