From: Lasse Collin Date: Sun, 1 Oct 2023 16:10:57 +0000 (+0300) Subject: CMake/Windows: Fix the import library filename. X-Git-Tag: v5.5.1alpha~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e67aaf698de75c73443a5ec786781cbf2034461d;p=thirdparty%2Fxz.git CMake/Windows: Fix the import library filename. Both PREFIX and IMPORT_PERFIX have to be set to "" to get liblzma.dll and liblzma.dll.a. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 00071103..82cdde21 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -931,6 +931,7 @@ set_target_properties(liblzma PROPERTIES # It's liblzma.so or liblzma.dll, not libliblzma.so or lzma.dll. # Avoid the name lzma.dll because it would conflict with LZMA SDK. PREFIX "" + IMPORT_PREFIX "" ) # Create liblzma-config-version.cmake.