From: Jia Tan Date: Mon, 25 Sep 2023 16:43:43 +0000 (+0800) Subject: CMake: Remove /lib from tests include path. X-Git-Tag: v5.5.1alpha~153 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d265f6b75691c6c8fa876eb5320c3ff5aed17dfa;p=thirdparty%2Fxz.git CMake: Remove /lib from tests include path. The tests never included anything from /lib, so this was not needed. --- 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)