mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-04 10:16:34 -04:00
build: disable unused folly features
This commit is contained in:
parent
751fcc90e7
commit
72581b957e
@ -49,6 +49,10 @@ set(
|
|||||||
"The C++ standard argument to pass to the compiler."
|
"The C++ standard argument to pass to the compiler."
|
||||||
)
|
)
|
||||||
|
|
||||||
|
set(CMAKE_DISABLE_FIND_PACKAGE_ZLIB ON)
|
||||||
|
set(CMAKE_DISABLE_FIND_PACKAGE_BZip2 ON)
|
||||||
|
set(CMAKE_DISABLE_FIND_PACKAGE_Snappy ON)
|
||||||
|
|
||||||
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/folly EXCLUDE_FROM_ALL SYSTEM)
|
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/folly EXCLUDE_FROM_ALL SYSTEM)
|
||||||
|
|
||||||
if(NOT DWARFS_FMT_LIB)
|
if(NOT DWARFS_FMT_LIB)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user