aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2023-09-26 00:43:43 +0800
committerJia Tan <jiat0218@gmail.com>2023-10-31 18:44:59 +0800
commit46cb133ce7360496eecca1255b364c05f0205855 (patch)
tree0ed42a41cd2c17a09cc178ed6c3218d52c0b8ad8
parentsysdefs.h: Update the comment about __USE_MINGW_ANSI_STDIO. (diff)
downloadxz-46cb133ce7360496eecca1255b364c05f0205855.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 9304da31..b36ee30f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1293,7 +1293,6 @@ if(BUILD_TESTING)
src/common
src/liblzma/api
src/liblzma
- lib
)
target_link_libraries("${TEST}" PRIVATE liblzma)