Skip to content

Commit

Permalink
build: try removing more folly libs
Browse files Browse the repository at this point in the history
  • Loading branch information
mhx committed Aug 18, 2024
1 parent 3d490e5 commit 16f3415
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/folly.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ set(
set(CMAKE_DISABLE_FIND_PACKAGE_ZLIB ON)
set(CMAKE_DISABLE_FIND_PACKAGE_BZip2 ON)
set(CMAKE_DISABLE_FIND_PACKAGE_Snappy ON)
set(CMAKE_DISABLE_FIND_PACKAGE_LibAIO ON)
set(CMAKE_DISABLE_FIND_PACKAGE_LibUring ON)
set(CMAKE_DISABLE_FIND_PACKAGE_Libsodium ON)

add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/folly EXCLUDE_FROM_ALL SYSTEM)

Expand Down

0 comments on commit 16f3415

Please sign in to comment.