We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35ad5fd commit 765224fCopy full SHA for 765224f
libmamba/CMakeLists.txt
@@ -562,6 +562,7 @@ macro(libmamba_create_target target_name linkage output_name)
562
elseif(WIN32)
563
564
set(CMAKE_PREFIX_PATH "$ENV{VCPKG_ROOT}/installed/x64-windows-static-md/")
565
+ set(ENABLE_WIN32_XMLLITE ON) # libarchive uses xmllite on windows if using libxml and not expat
566
567
# For Windows we have a vcpkg based build system right now.
568
find_package(LibArchive MODULE REQUIRED)
0 commit comments