cmake - use find_package for rocksdb and zstd

This commit is contained in:
Andrej730
2025-09-12 16:10:30 +05:00
parent f5220fba56
commit d0d5f972df
4 changed files with 33 additions and 77 deletions
-2
View File
@@ -122,8 +122,6 @@ jobs:
-DMPFR_LIBRARY_DIR=/usr/lib/x86_64-linux-gnu \
-DHDF5_INCLUDE_DIR=/usr/include/hdf5/serial \
-DEIGEN_DIR=/usr/include/eigen3 \
-DROCKSDB_INCLUDE_DIR=/usr/local/include \
-DROCKSDB_LIBRARY_DIR=/usr/local/lib \
-DWITH_ROCKSDB=On \
../cmake
sudo make -j $(nproc)