Skip to content

Commit

Permalink
rebase on updated apolyakov/add-murmurhash3
Browse files Browse the repository at this point in the history
  • Loading branch information
apolyakov committed Feb 25, 2025
1 parent b054ded commit 104ffe0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmake/popular-common.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include_guard(GLOBAL)

set(LIGHT_COMMON_SOURCES
crc32_generic.cpp md5.cpp algorithms/simd-int-to-string.cpp
algorithms/hashes.cpp)
algorithms/murmur-hash.cpp)

if(COMPILE_RUNTIME_LIGHT)
set(COMMON_SOURCES_FOR_COMP "${LIGHT_COMMON_SOURCES}")
Expand Down
2 changes: 1 addition & 1 deletion common/common.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ prepend(COMMON_MAIN_SOURCES ${COMMON_DIR}/

sha1.cpp
allocators/freelist.cpp
algorithms/hashes.cpp
algorithms/murmur-hash.cpp
md5.cpp
allocators/lockfree-slab.cpp
server/main-binlog.cpp
Expand Down
2 changes: 1 addition & 1 deletion compiler/compiler.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ endif()

prepend(KPHP_COMPILER_COMMON ${COMMON_DIR}/
dl-utils-lite.cpp
algorithms/hashes.cpp
algorithms/murmur-hash.cpp
wrappers/fmt_format.cpp
termformat/termformat.cpp
tl2php/combinator-to-php.cpp
Expand Down

0 comments on commit 104ffe0

Please sign in to comment.