This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new 2749fef975 MINOR: [CI][Conan] Fix a typo (#14124)
2749fef975 is described below
commit 2749fef975493811a3139ce384cb8c2dec26f80d
Author: Jin Shang <[email protected]>
AuthorDate: Thu Sep 15 07:52:35 2022 +0800
MINOR: [CI][Conan] Fix a typo (#14124)
Authored-by: Jin Shang <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
ci/conan/all/conanfile.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ci/conan/all/conanfile.py b/ci/conan/all/conanfile.py
index a87478d6e4..aa832ab681 100644
--- a/ci/conan/all/conanfile.py
+++ b/ci/conan/all/conanfile.py
@@ -186,7 +186,7 @@ class ArrowConan(ConanFile):
if self.options.with_openssl == False and self._with_openssl(True):
raise ConanInvalidConfiguration("with_openssl options is required
(or choose auto)")
if self.options.with_llvm == False and self._with_llvm(True):
- raise ConanInvalidConfiguration("with_openssl options is required
(or choose auto)")
+ raise ConanInvalidConfiguration("with_llvm options is required (or
choose auto)")
if self.options.with_cuda:
raise ConanInvalidConfiguration("CCI has no cuda recipe (yet)")
if self.options.with_orc: