File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -563,13 +563,12 @@ macro(libmamba_create_target target_name linkage output_name)
563
563
564
564
set (CMAKE_PREFIX_PATH "$ENV{VCPKG_ROOT} /installed/x64-windows-static-md/" )
565
565
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.
573
572
set (SYSTEM_PROVIDED_LIBRARIES XmlLite.lib ) # required by libarchive
574
573
set (ENABLE_WIN32_XMLLITE ON )
575
574
You can’t perform that action at this time.
0 commit comments