updated build system
Some checks failed
Public/monitarr/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
2025-10-10 12:53:46 -05:00
parent b190099228
commit 5fe4700446
7 changed files with 6 additions and 16 deletions

View File

@@ -128,8 +128,7 @@ if(PROJECT_BUILD)
)
endif()
find_package(ICU REQUIRED COMPONENTS uc i18n io)
link_libraries(ICU::uc ICU::i18n ICU::io)
find_package(ICU REQUIRED COMPONENTS data i18n io uc)
else()
message(STATUS "-=[CMake Settings]=-")
message(STATUS " C standard: ${CMAKE_C_STANDARD}")