You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In compilation for Fedora, I'm able to set -DPREFER_EXTERNAL_LZ4:BOOL=ON, -DPREFER_EXTERNAL_ZLIB:BOOL=ON, -DPREFER_EXTERNAL_ZSTD:BOOL=ON, but I see a bundled copy of xxhash is still being used. It'd be great to use the distro copy too.
The text was updated successfully, but these errors were encountered:
Ok, but this will add the xxhash dependency, right? I suppose we would need something like PREFER_EXTERNAL_XXHASH. If you can provide a PR, I'll be happy to discuss more about this.
In compilation for Fedora, I'm able to set
-DPREFER_EXTERNAL_LZ4:BOOL=ON
,-DPREFER_EXTERNAL_ZLIB:BOOL=ON
,-DPREFER_EXTERNAL_ZSTD:BOOL=ON
, but I see a bundled copy of xxhash is still being used. It'd be great to use the distro copy too.The text was updated successfully, but these errors were encountered: