aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2023-09-26 00:43:43 +0800
committerJia Tan <jiat0218@gmail.com>2023-09-26 00:43:43 +0800
commitd265f6b75691c6c8fa876eb5320c3ff5aed17dfa (patch)
tree8d9a1ea10770e5c4b8d15b4d5c3958914cba804b
parentScripts: Change quoting style from `...' to '...'. (diff)
downloadxz-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.txt1
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)