Skip to content

Commit

Permalink
Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Dec 11, 2024
1 parent 1bd480e commit 42fb6fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions CMake/resolve_dependency_modules/icu.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ set(icu_components
i18n
io
uc
tu
test)
tu)

foreach(component ${icu_components})
add_library(ICU::${component} SHARED IMPORTED)
Expand Down
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -427,8 +427,7 @@ velox_resolve_dependency(
i18n
io
uc
tu
test)
tu)

set(BOOST_INCLUDE_LIBRARIES
atomic
Expand Down

0 comments on commit 42fb6fb

Please sign in to comment.