diff --git a/tr/base/CMakeLists.txt b/tr/base/CMakeLists.txt index 8e851763e..c6d6d697a 100644 --- a/tr/base/CMakeLists.txt +++ b/tr/base/CMakeLists.txt @@ -75,6 +75,7 @@ target_link_libraries(trbase FastFloat::fast_float RapidJSON PUBLIC + $<$:Intl::Intl> transmission::fmt-header-only transmission::small utf8::cpp diff --git a/tr/torrent/CMakeLists.txt b/tr/torrent/CMakeLists.txt index 0adabde4b..a7a4ff7a8 100644 --- a/tr/torrent/CMakeLists.txt +++ b/tr/torrent/CMakeLists.txt @@ -197,8 +197,7 @@ target_compile_definitions(${TR_NAME} target_include_directories(${TR_NAME} PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/../.. - ${CMAKE_CURRENT_BINARY_DIR}/../.. - ${Intl_INCLUDE_DIRS}) + ${CMAKE_CURRENT_BINARY_DIR}/../..) if(ANDROID) find_library(log-lib log) @@ -215,7 +214,6 @@ target_link_libraries(${TR_NAME} dht::dht $<$:libutp::libutp> libb64::libb64 - ${Intl_LIBRARIES} ${LIBM_LIBRARY} ${LIBQUOTA_LIBRARY} ${TR_NETWORK_LIBRARIES}