mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-14 14:59:52 -04:00
More VCPKG libs on Windows
This commit is contained in:
parent
3e256287e1
commit
74d0537610
@ -31,6 +31,8 @@ option(WITH_BENCHMARKS "build with benchmarks" OFF)
|
|||||||
if(WIN32)
|
if(WIN32)
|
||||||
set(PREFER_SYSTEM_LIBFMT ON)
|
set(PREFER_SYSTEM_LIBFMT ON)
|
||||||
set(PREFER_SYSTEM_LIBARCHIVE ON)
|
set(PREFER_SYSTEM_LIBARCHIVE ON)
|
||||||
|
set(PREFER_SYSTEM_ZSTD ON)
|
||||||
|
set(PREFER_SYSTEM_XXHASH ON)
|
||||||
else()
|
else()
|
||||||
option(WITH_PYTHON "build with Python scripting support" OFF)
|
option(WITH_PYTHON "build with Python scripting support" OFF)
|
||||||
option(WITH_LEGACY_FUSE "build fuse2 driver even if we have fuse3" OFF)
|
option(WITH_LEGACY_FUSE "build fuse2 driver even if we have fuse3" OFF)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user