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
4ae13cfe0d
commit
46cb133ce7
|
@ -1293,7 +1293,6 @@ if(BUILD_TESTING)
|
|||
src/common
|
||||
src/liblzma/api
|
||||
src/liblzma
|
||||
lib
|
||||
)
|
||||
|
||||
target_link_libraries("${TEST}" PRIVATE liblzma)
|
||||
|
|
Loading…
Reference in New Issue