diff options
author | Jia Tan <jiat0218@gmail.com> | 2023-09-26 00:43:43 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-10-31 18:44:59 +0800 |
commit | 46cb133ce7360496eecca1255b364c05f0205855 (patch) | |
tree | 0ed42a41cd2c17a09cc178ed6c3218d52c0b8ad8 | |
parent | sysdefs.h: Update the comment about __USE_MINGW_ANSI_STDIO. (diff) | |
download | xz-46cb133ce7360496eecca1255b364c05f0205855.tar.xz |
CMake: Remove /lib from tests include path.
The tests never included anything from /lib, so this was not needed.
Diffstat (limited to '')
-rw-r--r-- | CMakeLists.txt | 1 |
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) |