forked from facebookincubator/velox
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ICU resolve_dependency (facebookincubator#5036)
Summary: fixes facebookincubator#5022 The fuzzer failures where happenning because `FindICU` apparently requires components to be specified and does not fallback on looking for all. Additionally we really only need icu for Boost (from source) so it makes no sense to always look for it. Pull Request resolved: facebookincubator#5036 Reviewed By: xiaoxmeng Differential Revision: D46154393 Pulled By: kgpai fbshipit-source-id: ee14e46c85bcd0af85d2a9c6c2a49791dc05b672
- Loading branch information
1 parent
c6227b5
commit 656ec59
Showing
2 changed files
with
21 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters