clingo: fix typo (#22444)

This commit is contained in:
Maxim Belkin 2021-03-21 18:52:46 -05:00 committed by GitHub
parent e56e72d910
commit 8c04354056
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ class Clingo(CMakePackage):
version('5.3.0', sha256='b0d406d2809352caef7fccf69e8864d55e81ee84f4888b0744894977f703f976')
version('5.2.2', sha256='da1ef8142e75c5a6f23c9403b90d4f40b9f862969ba71e2aaee9a257d058bfcf')
variant("docs", default=False, description="build documentation with Doxyegen")
variant("docs", default=False, description="build documentation with Doxygen")
variant("python", default=True, description="build with python bindings")
depends_on('doxygen', type="build", when="+docs")