mirror of https://git.tukaani.org/xz.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.
(cherry picked from commit da4d04e4d6
)
This commit is contained in:
parent
aa2723888a
commit
23f50b8108
|
@ -504,6 +504,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. We use this spelling instead of
|
||||
|
|
Loading…
Reference in New Issue