mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
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.
This commit is contained in:
parent
007558a358
commit
da4d04e4d6
1 changed files with 1 additions and 0 deletions
|
@ -895,6 +895,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.
|
||||
|
|
Loading…
Reference in a new issue