Skip to content

Commit

Permalink
MINOR: [CI][Conan] Fix a typo (#14124)
Browse files Browse the repository at this point in the history
Authored-by: Jin Shang <shangjin1997@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
js8544 committed Sep 14, 2022
1 parent 72b539f commit 2749fef
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 @@ -186,7 +186,7 @@ def validate(self):
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:
Expand Down

0 comments on commit 2749fef

Please sign in to comment.