]> git.ipfire.org Git - thirdparty/libarchive.git/commit
[cmake] add uuid library when using xmllite 2640/head
authorSteve Lhomme <robux4@ycbcr.xyz>
Mon, 26 May 2025 08:44:49 +0000 (10:44 +0200)
committerSteve Lhomme <robux4@ycbcr.xyz>
Mon, 26 May 2025 08:44:49 +0000 (10:44 +0200)
commitac96967e36808cf4fb7a523e37bec66a4888b106
tree511dfed5c7e3c5aa47016a44176e102ea780454a
parent341dd5d1d45ce320ff05928e50efafd8ed42ed81
[cmake] add uuid library when using xmllite

Consecutive to 16fd043f51d911b106f2a7834ad8f08f65051977
IID_ISequentialStream is required by the code.
This GUID is defined in uuid.lib or libuuid.a in mingw-w64. It is required
to link with that library to get the definition of the GUID. Some toolchains
add it by default but not all.
CMakeLists.txt