Skip to content

Commit

Permalink
Remove it from cmake find
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Dec 11, 2024
1 parent 42fb6fb commit dcb7cc8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CMake/resolve_dependency_modules/icu/FindICU.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@
# limitations under the License.
message("Using ICU - Bundled")
set(ICU_FOUND TRUE)
set(icu_components data i18n io uc tu test)
set(icu_components
data
i18n
io
uc
tu)
foreach(component icu_components)
set(ICU_${component}_FOUND TRUE)
endforeach()

0 comments on commit dcb7cc8

Please sign in to comment.