mirror of
https://github.com/transmission/transmission
synced 2025-01-31 11:23:40 +00:00
fix cross build (#2576)
Remove redundant include, ${UTP_INCLUDE_DIRS} is included already to fix cross build error with buildroot: x86_64-linux-g++: ERROR: unsafe header/library path used in cross-compilation: '-isystem' '/libutp'
This commit is contained in:
parent
56dab2bd18
commit
a8818148e2
1 changed files with 0 additions and 4 deletions
|
@ -268,10 +268,6 @@ if(ICONV_FOUND)
|
|||
include_directories(SYSTEM ${ICONV_INCLUDE_DIRS})
|
||||
endif()
|
||||
|
||||
if(ENABLE_UTP)
|
||||
include_directories(SYSTEM ${TP_TOP}/libutp)
|
||||
endif()
|
||||
|
||||
add_library(${TR_NAME} STATIC
|
||||
${${PROJECT_NAME}_SOURCES}
|
||||
${${PROJECT_NAME}_PUBLIC_HEADERS}
|
||||
|
|
Loading…
Reference in a new issue