Skip to content

Commit 09ee79a

Browse files
committed
formatting
1 parent 4cbe4c6 commit 09ee79a

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

libmamba/CMakeLists.txt

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -563,13 +563,12 @@ macro(libmamba_create_target target_name linkage output_name)
563563

564564
set(CMAKE_PREFIX_PATH "$ENV{VCPKG_ROOT}/installed/x64-windows-static-md/")
565565

566-
# TODO AND CONTEXT: We found a link error in libarchive which lacked a link to
567-
# XmlLite which is provided by Windows. libarchive has cmake
568-
# scripts doing the necessary work to link that library but for some
569-
# reason we couldnt idenfity it is not linking in this specific case
570-
# (it was before but the version changed apparently). As a workaround
571-
# we manually link with that required library but a better solution
572-
# would be to find why libarchive doesnt do it itself.
566+
# TODO AND CONTEXT: We found a link error in libarchive which lacked a link to XmlLite
567+
# which is provided by Windows. libarchive has cmake scripts doing the necessary work to
568+
# link that library but for some reason we couldnt identify it is not linking in this
569+
# specific case (it was before but the version changed apparently). As a workaround we
570+
# manually link with that required library but a better solution would be to find why
571+
# libarchive doesnt do it itself.
573572
set(SYSTEM_PROVIDED_LIBRARIES XmlLite.lib) # required by libarchive
574573
set(ENABLE_WIN32_XMLLITE ON)
575574

0 commit comments

Comments
 (0)