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:
parent
9fb5de41f2
commit
d265f6b756
1 changed files with 0 additions and 1 deletions
|
@ -1363,7 +1363,6 @@ if(BUILD_TESTING)
|
|||
src/common
|
||||
src/liblzma/api
|
||||
src/liblzma
|
||||
lib
|
||||
)
|
||||
|
||||
target_link_libraries("${TEST}" PRIVATE liblzma)
|
||||
|
|
Loading…
Reference in a new issue