]> git.ipfire.org Git - thirdparty/xz.git/commit
CMake: Keep existing options in LIBS when adding -lrt
authorLasse Collin <lasse.collin@tukaani.org>
Thu, 20 Jun 2024 15:12:21 +0000 (18:12 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Thu, 20 Jun 2024 18:53:07 +0000 (21:53 +0300)
commit75ce4797d49621710e6da95d8cb91541028c6d68
tree4dfd3e95aab3976f297446f23232051794260e55
parent47aaa92516fd9609821d04e5e94ca6558e56d62b
CMake: Keep existing options in LIBS when adding -lrt

This makes no difference yet because -lrt is currently the only option
that might be added to LIBS.
CMakeLists.txt