Skip to content

Commit

Permalink
MINOR: [CI][Conan] Fix a typo (apache#14124)
Browse files Browse the repository at this point in the history
Authored-by: Jin Shang <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
js8544 authored and fatemehp committed Oct 17, 2022
1 parent b1f97d9 commit b00e2b1
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 b00e2b1

Please sign in to comment.