Skip to content

Commit

Permalink
Fix libname
Browse files Browse the repository at this point in the history
  • Loading branch information
fdr400 committed Jan 8, 2025
1 parent 04c07ea commit fd29288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion universal/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ else()
if(Boost_USE_STATIC_LIBS AND Boost_FOUND AND Boost_VERSION VERSION_LESS 1.75)
# https://github.com/boostorg/locale/issues/156
find_package(ICU COMPONENTS uc i18n uc REQUIRED)
target_link_libraries(${PROJECT_NAME} PRIVATE ICU::uc ICU::18n ICU::uc)
target_link_libraries(${PROJECT_NAME} PRIVATE ICU::uc ICU::i18n ICU::uc)
endif()
endif()

Expand Down

0 comments on commit fd29288

Please sign in to comment.