More VCPKG libs on Windows

This commit is contained in:
Marcus Holland-Moritz 2023-06-25 19:11:12 +02:00
parent 3e256287e1
commit 74d0537610

View File

@ -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)