]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Use CMake A2X_EXE variable instead of hardcoded a2x
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 19 Oct 2020 17:56:54 +0000 (19:56 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 19 Oct 2020 19:53:44 +0000 (21:53 +0200)
doc/CMakeLists.txt

index 53f63519dbecdec258e858b3d1d69fdf3660e99e..fb0f316ea6a08fac6930881767e653424b700674 100644 (file)
@@ -55,7 +55,7 @@ else()
     )
     add_custom_command(
       OUTPUT ccache.1
-      COMMAND a2x --doctype manpage --format manpage MANUAL.xml
+      COMMAND ${A2X_EXE} --doctype manpage --format manpage MANUAL.xml
       MAIN_DEPENDENCY MANUAL.xml
     )
     add_custom_target(doc-man-page DEPENDS ccache.1)