1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00

CMake: Remove /lib from tests include path.

The tests never included anything from /lib, so this was not needed.
This commit is contained in:
Jia Tan 2023-09-26 00:43:43 +08:00
parent 4ae13cfe0d
commit 46cb133ce7

View file

@ -1293,7 +1293,6 @@ if(BUILD_TESTING)
src/common src/common
src/liblzma/api src/liblzma/api
src/liblzma src/liblzma
lib
) )
target_link_libraries("${TEST}" PRIVATE liblzma) target_link_libraries("${TEST}" PRIVATE liblzma)