]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
CMake: Remove /lib from tests include path.
authorJia Tan <jiat0218@gmail.com>
Mon, 25 Sep 2023 16:43:43 +0000 (00:43 +0800)
committerJia Tan <jiat0218@gmail.com>
Mon, 25 Sep 2023 16:43:43 +0000 (00:43 +0800)
The tests never included anything from /lib, so this was not needed.

CMakeLists.txt

index f91d277263a113dc91be22915af73bf5be5eb0e4..284f78cd608fef8fd8b71f08e8df36a0b863e03e 100644 (file)
@@ -1363,7 +1363,6 @@ if(BUILD_TESTING)
             src/common
             src/liblzma/api
             src/liblzma
-            lib
         )
 
         target_link_libraries("${TEST}" PRIVATE liblzma)