asciidoc: add asciidoctor as a fallback implementation

This commit is contained in:
Danny Robson 2018-08-28 14:02:34 +10:00
parent 3deaf0503b
commit 7207c6dc8c

View File

@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.7) cmake_minimum_required (VERSION 3.7)
find_program(ASCIIDOC NAMES asciidoc DOC "path to the asciidoc binary") find_program(ASCIIDOC NAMES asciidoc asciidoctor DOC "path to the asciidoc binary")
mark_as_advanced (ASCIIDOC) mark_as_advanced (ASCIIDOC)
if (ASCIIDOC) if (ASCIIDOC)