mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 11:10:40 +00:00
instead of adding `XXH_PRIVATE_API` to compile definitions, link scylla against xxHash::xxhash, which provides this definition for us. also move the comment on `XXH_PRIVATE_API` into `FindxxHash.cmake`, where this definition is added. Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>