Skip to content

Commit 7944453

Browse files
committed
formatting
1 parent ba78be2 commit 7944453

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libmamba/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,8 @@ macro(libmamba_create_target target_name linkage output_name)
562562
elseif(WIN32)
563563

564564
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
565+
set(ENABLE_WIN32_XMLLITE ON) # libarchive uses xmllite on windows if using libxml and
566+
# not expat
566567

567568
# For Windows we have a vcpkg based build system right now.
568569
find_package(LibArchive MODULE REQUIRED)

0 commit comments

Comments
 (0)