]> git.ipfire.org Git - thirdparty/xz.git/commit
CMake: Generate and install liblzma.pc if not using MSVC.
authorLasse Collin <lasse.collin@tukaani.org>
Fri, 29 Sep 2023 23:14:25 +0000 (02:14 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Thu, 26 Oct 2023 18:46:06 +0000 (21:46 +0300)
commit1bc548b8210366e44ba35b0b11577a8e328c1228
treee2519dd2b0848414077d0e33bd483b37849a87c1
parent2add71966f891d315105d6245f724ed4f43a4eff
CMake: Generate and install liblzma.pc if not using MSVC.

Autotools based build uses -pthread and thus adds it to Libs.private
in liblzma.pc. CMake doesn't use -pthread at all if pthread functions
are available in libc so Libs.private doesn't get -pthread either.
CMakeLists.txt