diff options
author | Jia Tan <jiat0218@gmail.com> | 2023-09-26 00:43:43 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-09-26 00:43:43 +0800 |
commit | d265f6b75691c6c8fa876eb5320c3ff5aed17dfa (patch) | |
tree | 8d9a1ea10770e5c4b8d15b4d5c3958914cba804b | |
parent | Scripts: Change quoting style from `...' to '...'. (diff) | |
download | xz-d265f6b75691c6c8fa876eb5320c3ff5aed17dfa.tar.xz |
CMake: Remove /lib from tests include path.
The tests never included anything from /lib, so this was not needed.
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f91d2772..284f78cd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1363,7 +1363,6 @@ if(BUILD_TESTING) src/common src/liblzma/api src/liblzma - lib ) target_link_libraries("${TEST}" PRIVATE liblzma) |