Skip to content

Commit

Permalink
ARROW-17250: [CI][Conan] Enable utf8proc automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jul 29, 2022
1 parent 7fe71f5 commit ee4aae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/conan/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def _with_thrift(self, required=False):

def _with_utf8proc(self, required=False):
if required or self.options.with_utf8proc == "auto":
return False
return self._compute() or self.gandiva
else:
return bool(self.options.with_utf8proc)

Expand Down

0 comments on commit ee4aae0

Please sign in to comment.