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:
parent
8d10dce651
commit
a8a0a6916a
@ -39,8 +39,12 @@ class Doxygen(CMakePackage):
|
|||||||
|
|
||||||
variant("mscgen", default=False, description="Build with support for code graphs from mscgen.")
|
variant("mscgen", default=False, description="Build with support for code graphs from mscgen.")
|
||||||
|
|
||||||
|
tags = ["build-tools"]
|
||||||
|
|
||||||
executables = ["doxygen"]
|
executables = ["doxygen"]
|
||||||
|
|
||||||
|
maintainers = ["sethrj"]
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def determine_version(cls, exe):
|
def determine_version(cls, exe):
|
||||||
output = Executable(exe)("-v", output=str, error=str)
|
output = Executable(exe)("-v", output=str, error=str)
|
||||||
|
Loading…
Reference in New Issue
Block a user