From d265f6b75691c6c8fa876eb5320c3ff5aed17dfa Mon Sep 17 00:00:00 2001 From: Jia Tan Date: Tue, 26 Sep 2023 00:43:43 +0800 Subject: [PATCH] CMake: Remove /lib from tests include path. The tests never included anything from /lib, so this was not needed. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) 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)