Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Boost and RocksDB #11

Merged
merged 2 commits into from
Jan 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Hunter/config.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
hunter_config(Boost
VERSION ${HUNTER_Boost_VERSION}
URL "https://archives.boost.io/release/1.83.0/source/boost_1_83_0.tar.bz2"
SHA1 "75b1f569134401d178ad2aaf97a2993898dd7ee3"
CMAKE_ARGS
USE_CONFIG_FROM_BOOST=ON
Boost_USE_STATIC_LIBS=ON
Expand All @@ -24,6 +25,7 @@ hunter_config(rocksdb
WITH_BENCHMARK_TOOLS=OFF
WITH_CORE_TOOLS=OFF
WITH_GFLAGS=OFF
WITH_LIBURING=OFF
PORTABLE=ON
FAIL_ON_WARNINGS=OFF
ROCKSDB_BUILD_SHARED=OFF
Expand Down