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 1ed3084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMake/resolve_dependency_modules/icu/FindICU.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# 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 1ed3084

Please sign in to comment.