formatting

This commit is contained in:
Klaim (Joël Lamotte) 2025-07-25 15:00:30 +02:00
parent 09ee79a8dc
commit e79b230072
1 changed files with 1 additions and 1 deletions

View File

@ -562,7 +562,7 @@ macro(libmamba_create_target target_name linkage output_name)
elseif(WIN32)
set(CMAKE_PREFIX_PATH "$ENV{VCPKG_ROOT}/installed/x64-windows-static-md/")
# TODO AND CONTEXT: We found a link error in libarchive which lacked a link to XmlLite
# which is provided by Windows. libarchive has cmake scripts doing the necessary work to
# link that library but for some reason we couldnt identify it is not linking in this