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 ba78be2 commit 7944453Copy full SHA for 7944453
libmamba/CMakeLists.txt
@@ -562,7 +562,8 @@ 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
+ set(ENABLE_WIN32_XMLLITE ON) # libarchive uses xmllite on windows if using libxml and
566
+ # not expat
567
568
# For Windows we have a vcpkg based build system right now.
569
find_package(LibArchive MODULE REQUIRED)
0 commit comments