]> git.ipfire.org Git - thirdparty/xz.git/commit
CMake/Windows: Fix the import library filename.
authorLasse Collin <lasse.collin@tukaani.org>
Sun, 1 Oct 2023 16:10:57 +0000 (19:10 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 7 May 2024 13:25:15 +0000 (16:25 +0300)
commit23f50b81084889262916bbaef684790339ce443d
treebb71331e0d96a8124d4208b76aa50cf5fc79ce7f
parentaa2723888aeca2d31749b45731d5f64def788455
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 da4d04e4d6e199d28b58bd2e0df4e120c52dd5d7)
CMakeLists.txt