doxygen: add build-tools tag (#34249)

* doxygen: add build-tool tag
   This allows it to be included automatically as an external. No one links against doxygen so this should be ok.
* doxygen: add self as maintainer
This commit is contained in:
Seth R. Johnson 2022-12-02 17:56:57 -05:00 committed by GitHub
parent 8d10dce651
commit a8a0a6916a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,8 +39,12 @@ class Doxygen(CMakePackage):
variant("mscgen", default=False, description="Build with support for code graphs from mscgen.")
tags = ["build-tools"]
executables = ["doxygen"]
maintainers = ["sethrj"]
@classmethod
def determine_version(cls, exe):
output = Executable(exe)("-v", output=str, error=str)